Muhammad Ali

Results 12 comments of Muhammad Ali

the code for keywords works, but not really the hashtag one.

@jonah-katz @sunweiyang you need to manually turn off local video and local audio tracks. `localVideoTrack.close() localAudioTrack.close()`

@jonah-katz could you share the leaveChannel() (the part where you end the call) code snippet?

@jonah-katz try replicating this form, and see if this works. ` const leaveChannel = async () => { await client.leave() client.removeAllListeners() tracks && tracks[0].close() tracks && tracks[1].close() setHasJoined(false) setIsScreenSharing(false) setInCall(false)...

@jonah-katz those are the state hooks i used for joining the call or turning on the screen-sharing. Also make the client leave first and removeAllListeners. Then close the tracks. yes,...

@connor4312 we are currently running this project on production, so wont be able to migrate as of this point. I have shared the log file to your email.

@connor4312 Meanwhile is there a way around that i can use to get on with the debugger?

@connor4312 the nightly version isn't working now either. Any update on this?