You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @function shareScreen - Enables screen sharing using MediaSession.getDisplayMedia()
367
+
* @function shareScreen
368
+
* @desc Enables screen sharing using MediaSession.getDisplayMedia()
369
+
*
370
+
* @method getDisplayMedia - getDisplayMedia() method of the MediaStream interface prompts the user to select and grant permission to capture the contents or portion (such as a window) of their screen as a MediaStream.
* @method replaceTrack - The RTCRtpSender method replaceTrack() replaces the track currently being used as the sender's source with a new MediaStreamTrack.
377
+
*
368
378
*/
369
379
functionshareScreen(){
370
380
//TODOS: On a new connection the local and streamed screen bugs producing: Rtconnect.jsx:273 Uncaught (in promise) DOMException: The peer connection is closed.
0 commit comments