owt-client-native
owt-client-native copied to clipboard
Receiving session_id can fail in WebTransport without notice to the user
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
JavaScript SDK reads session ID when new data is received. It's better to change the implementation to async mode.