Actually wait for the right event
& update js-sdk dependency
This commit is contained in:
parent
1b4f097b1c
commit
48ad4d040d
3 changed files with 4 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ export const useLoadGroupCall = (
|
|||
resolve(room);
|
||||
}
|
||||
};
|
||||
client.on(ClientEvent.Room, onRoomEvent);
|
||||
client.on(GroupCallEventHandlerEvent.Room, onRoomEvent);
|
||||
});
|
||||
|
||||
// race the promise with a timeout so we don't
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue