Create a voice group call when using ptt

This commit is contained in:
Robert Long 2022-04-28 11:13:20 -07:00
parent 9ef9680e07
commit 3a6346aa63

View file

@ -111,7 +111,7 @@ export async function createRoom(client, name, isPtt = false) {
await client.createGroupCall(
room_id,
GroupCallType.Video,
isPtt ? GroupCallType.Voice : GroupCallType.Video,
isPtt,
GroupCallIntent.Prompt
);