We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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を押してもカメラが終了しない。
チャットルームから通話。 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;
The text was updated successfully, but these errors were encountered:
ローカルでは解消しているが、本番環境では未解消。 再現できず。。。
Sorry, something went wrong.
No branches or pull requests
概要
通話をかけた側はcloseを押してもカメラが終了しない。
再現手順
チャットルームから通話。
peer
.idを入力して通話開始
closeを押す
掛けられた側はcloseを押すと終了するが、掛けた側が終了しない
修正しないとどう困るか
カメラが終了しない
原因
修正案
videoElm.srcObject = null;
The text was updated successfully, but these errors were encountered: