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

通話をかけた側はcloseを押してもカメラが終了しない #103

Open
kazu-0226 opened this issue Oct 14, 2020 · 1 comment
Open

Comments

@kazu-0226
Copy link
Owner

概要

通話をかけた側はcloseを押してもカメラが終了しない。

再現手順

チャットルームから通話。
peer
.idを入力して通話開始
closeを押す
掛けられた側はcloseを押すと終了するが、掛けた側が終了しない

修正しないとどう困るか

カメラが終了しない

原因

document.getElementsByClassName("close")[0].onclick = function() {
  const videoElm = document.getElementById('my-video');
  videoElm.srcObject.getTracks().forEach(track => track.stop());
};

修正案

videoElm.srcObject = null;

@kazu-0226
Copy link
Owner Author

ローカルでは解消しているが、本番環境では未解消。
再現できず。。。

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

No branches or pull requests

1 participant