songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Other
162 stars 270 forks source link

Unable to destroy Video View of Publisher #245

Open nehakseth opened 6 years ago

nehakseth commented 6 years ago

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.

msach22 commented 6 years ago

@nehakseth are you using the updated plugin: https://github.com/opentok/cordova-plugin-opentok

mmubasher commented 5 years ago

@nehakseth Can you please mention console logs here?