Start a call immediately after creating a room via the dial pad (#6529)
This commit is contained in:
parent
a07df5e9d8
commit
c9c8177f58
3 changed files with 8 additions and 1 deletions
|
@ -930,6 +930,8 @@ export default class CallHandler extends EventEmitter {
|
|||
action: 'view_room',
|
||||
room_id: roomId,
|
||||
});
|
||||
|
||||
await this.placeCall(roomId, PlaceCallType.Voice, null);
|
||||
}
|
||||
|
||||
private async startTransferToPhoneNumber(call: MatrixCall, destination: string, consultFirst: boolean) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue