Use to-device messages in group calls
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -442,7 +442,7 @@ export class GroupCall extends EventEmitter {
|
||||
return;
|
||||
}
|
||||
|
||||
const newCall = this.client.createCall(this.room.roomId, member.userId);
|
||||
const newCall = this.client.createCall(this.room.roomId, member.userId, true);
|
||||
|
||||
// TODO: Move to call.placeCall()
|
||||
const callPromise = this.type === CallType.Video ? newCall.placeVideoCall() : newCall.placeVoiceCall();
|
||||
|
||||
Reference in New Issue
Block a user