You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the client library we call
OT.initPublisher
OT.initSession
session.connect
on ending the broadcast, we want to remove the broadcast video div from UI and switch somewhere else.
we call
session.disconnect();
session.cleanUpDom();
None of this command removes the video from the screen. the camera is on and stays there.
The text was updated successfully, but these errors were encountered:
using the client library we call
OT.initPublisher
OT.initSession
session.connect
on ending the broadcast, we want to remove the broadcast video div from UI and switch somewhere else.
we call
session.disconnect();
session.cleanUpDom();
None of this command removes the video from the screen. the camera is on and stays there.
The text was updated successfully, but these errors were encountered: