OpenVidu / openvidu

OpenVidu Platform main repository

Home Page:https://openvidu.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

camera not cloesd after session.disconnect

wjfc opened this issue · comments

commented

Hellow,
we are using openvidu-browser@2.29.0. we find camera not closed on session disconnect

if (this.session) {
        this.session.disconnect();
        delete this.session;
        delete this.OV;
}

camera can be closed when reload the window

window.location.reload();

we also find the problem in your demos - https://demos.openvidu.io/openvidu-call/#/
WX20240509-105041@2x

commented

WechatIMG1770
safari too