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
1) if the distant user is using a media communication (audio, video)
Nowadays, without making getUserMedia request; we can't detect camera presence. It will be possible soon. You can use session object to detect target session:
connection.onstream=function(stream){if(stream.session===Session.AudioVideo){}// to check if audio-only sessionif(stream.session.isAudio()){}// to check screenif(stream.session===Session.Screen||stream.session===Session.ScreenData){}}
hi, how to know if i use RTCMultiConnection() :
The text was updated successfully, but these errors were encountered: