Skip to content

Commit 8cb9ab4

Browse files
committed
remove deprecated onMembershipUpdate
1 parent ebc2c8e commit 8cb9ab4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/matrixrtc/MatrixRTCSession.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -499,14 +499,6 @@ export class MatrixRTCSession extends TypedEventEmitter<MatrixRTCSessionEvent, M
499499
}
500500
}
501501

502-
/**
503-
* @deprecated use onRoomMemberUpdate or onRTCSessionMemberUpdate instead. this should be called when any membership in the call is updated
504-
* the old name might have implied to only need to call this when your own membership changes.
505-
*/
506-
public onMembershipUpdate = (): void => {
507-
this.recalculateSessionMembers();
508-
};
509-
510502
/**
511503
* Call this when the Matrix room members have changed.
512504
*/

0 commit comments

Comments
 (0)