opentok / opentok-web-samples

Sample applications for using OpenTok.js
MIT License
197 stars 258 forks source link

Video element paused, auto-resuming warning when session & publisher are destroyed #106

Closed davideberlein closed 1 year ago

davideberlein commented 4 years ago

At the end of a video / voice call I call publisher.destroy() and session.disconnect() And I get the following warning:

Video element paused, auto-resuming. If you intended to do this, use publishVideo(false) or subscribeToVideo(false) instead.

I think this shouldn't happen, when we're destroying everything.

image

santhoshkumar-27 commented 1 year ago

Hi Opentok team, I'm using tokbox in my angular project, it works fine, but while ending the session I'm also encountering the same error, and the video red dot icons still on

garyThrels commented 1 year ago

Was there any actual response to this? @devwithzachary ?