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
When trying to get audio sharing to work with screen sharing, I found only one way to currently implement this. navigator.mediaDevices.getDisplayMedia({audio: true, video: true})
Any guidance towards a solution is appreciated.
Thank you