How to handle video view freeze case in React Native video sdk

Hi Team,

As i am using React Native Video SDK for mobile & for web also i am using React Video SDK,

Host Part done by Web, and co-host part is handle by Mobile side.

so there is one situation , if host left the session & co-host still in the session, video is stuck ! and when host again rej-join session we are not getting video view for Host Session. Can you help me for this? how we can handle this case? as we are not getting any event for React web app side.

Below is respected versions .
“react-native”: “0.74.3”,
@zoom/react-native-videosdk”: “^1.12.10”,
@zoom/videosdk”: “^1.12.5”, @ekaansh.zoom

Are you subscribing to the peer-video-state-change event? You can use it to show/remove videos.

@ekaansh.zoom from web application i am not added anything! we will do it and update you on same!

from React Native mobile application side , we getting event when user leave the session but when user rejoin we are not getting any session ! can you help me for same!

one additional information we are using “@zoom/videosdk-ui-toolkit”: “^1.12.1-1”, for web application who working as Host! @ekaansh.zoom

This topic was automatically closed after 30 days. New replies are no longer allowed.