Replace deprecated CallMembership.sender with userId
This commit is contained in:
@@ -122,7 +122,7 @@ function createGroupCallView(
|
||||
} {
|
||||
const client = {
|
||||
getUser: () => null,
|
||||
getUserId: () => localRtcMember.sender,
|
||||
getUserId: () => localRtcMember.userId,
|
||||
getDeviceId: () => localRtcMember.deviceId,
|
||||
getRoom: (rId) => (rId === roomId ? room : null),
|
||||
} as Partial<MatrixClient> as MatrixClient;
|
||||
|
||||
Reference in New Issue
Block a user