stream.getVideoTracks()[0].addEventListener('ended', () => { errorMsg('The user has ended sharing the screen'); });
先注册以上事件 .
当点击"停止共享" 按钮时,触发此事件 .
相关博文
html5 停止共享屏幕事件
记录-交流-Web开发知识分享
stream.getVideoTracks()[0].addEventListener('ended', () => { errorMsg('The user has ended sharing the screen'); });
先注册以上事件 .
当点击"停止共享" 按钮时,触发此事件 .