owt-client-javascript
owt-client-javascript copied to clipboard
Updated ConferenceInfo object
Hi, Is there any way to fetch updated ConferenceInfo object ?
Thank You.
Conference info is returned after joining a meeting. SDK doesn't maintain this object, so there is no API to fetch it again.
Hi @jianjunz , Thanks for the reply. During the reconnections users may miss the newly added streams, how to handle that ?
For now, I used the API to fetch the streams after reconnection and if any new stream is added, then I am adding it to the conference object by exposing one method in client sdk .
A PR for missing messages is created at server side. https://github.com/open-webrtc-toolkit/owt-server/pull/937. You may also use REST APIs to get the information of a conference.