Start a call immediately after creating a room via the dial pad (#6529)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user