Closed porterde closed 4 years ago
Thanks for your feedback. We will add MacOS chrome tab support in the next version.
hi @disoul , is there any walkaround to share screen for this version ?
@albusphan
you can call getDisplayMedia
by yourself and pass your MediaStreamTrack
objects to createCustomVideoTrack and createCustomAudioTrack
Appears to be fixed in 4.1.0 thanks
Mac OS 10.15, Chrome v83, AgoraWebSDK-NG v4.0.1.
Using
createScreenVideoTrack
withwithAudio
set toauto
does not show the Share Audio checkbox in the Chrome dialog to select a tab.With
withAudio
set toenable
an error occurs: Agora-SDK [ERROR]: AgoraRTCError NOT_SUPPORT: your browser or platform is not support share-screen with audioHowever, on the same Mac OS and Chrome versions, Google Meet web app shows the Share Audio checkbox and is able to share audio stream from selected tab. MDN browser compatibility also indicates Chrome v74+ on Mac OS should be able to share audio from a tab. https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia#Browser_compatibility