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

Updated ConferenceInfo object

Open kurapatijayaram opened this issue 4 years ago • 3 comments

Hi, Is there any way to fetch updated ConferenceInfo object ?

Thank You.

kurapatijayaram avatar Oct 09 '20 03:10 kurapatijayaram

Conference info is returned after joining a meeting. SDK doesn't maintain this object, so there is no API to fetch it again.

jianjunz avatar Apr 16 '21 06:04 jianjunz

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 .

kurapatijayaram avatar Apr 18 '21 18:04 kurapatijayaram

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.

jianjunz avatar Apr 19 '21 01:04 jianjunz