Create a voice group call when using ptt
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user