Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen sharing audio capabilities and the ability to see your own shared content. #813

Open
P3-J opened this issue Jul 12, 2023 · 1 comment
Labels
question Further information is requested

Comments

@P3-J
Copy link

P3-J commented Jul 12, 2023

Question

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

@P3-J P3-J added the question Further information is requested label Jul 12, 2023
@P3-J
Copy link
Author

P3-J commented Jul 19, 2023

I would like to add to this. (p2p)

If one participant shares their screen with audio before the other participant joins, then the joining participant is able to hear the screenshare audio. But if screensharing with audio is started during a call then no audio is transmitted.

When looking at the track monitor then there is no difference. Even when playing audio the bandwidth seems to react to the audio, but still it is not heard. The track is subscribed to and published correctly.

As it seems to work perfectly if you share your screen before another person joins, then what could be the origin of the issue? As it is p2p it cannot be rule dependent, even though such an error would indicate exactly that.

As it seems to be a bug on Twilio's side then I am closing this question.

tracksmonitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant