owt-client-javascript icon indicating copy to clipboard operation
owt-client-javascript copied to clipboard

Channel "id" event fires multiple times for single peer connection

Open starwarfan opened this issue 4 years ago • 0 comments

https://github.com/open-webrtc-toolkit/owt-client-javascript/blob/main/src/sdk/conference/client.js#L357 When I publish 1 stream with audio & video and subscribe it, the statement is executed twice. Then there're 2 ID map to same channel, which causes later events like 'mute' trigger 2 times.

starwarfan avatar Jul 20 '21 02:07 starwarfan