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

Receiving session_id can fail in WebTransport without notice to the user

Open tfrankow-intel opened this issue 4 years ago • 1 comments

Receiving the session_id is only attempted 5 times. If it fails to read it in time, the subscription process goes on as if everything is ok, even though it is a fatal issue. https://github.com/open-webrtc-toolkit/owt-client-native/blob/a0e63dae4140a1d119ac1ec68ca528386f473b90/talk/owt/sdk/conference/conferencewebtransportchannel.cc#L435

tfrankow-intel avatar Nov 24 '21 16:11 tfrankow-intel

JavaScript SDK reads session ID when new data is received. It's better to change the implementation to async mode.

jianjunz avatar Nov 25 '21 01:11 jianjunz