Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

camera not cloesd after session.disconnect #831

Open
wjfc opened this issue May 9, 2024 · 1 comment
Open

camera not cloesd after session.disconnect #831

wjfc opened this issue May 9, 2024 · 1 comment
Labels

Comments

@wjfc
Copy link

wjfc commented May 9, 2024

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

@wjfc wjfc added the bug label May 9, 2024
@wjfc
Copy link
Author

wjfc commented May 9, 2024

WechatIMG1770
safari too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant