-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mute Yourself #42
Comments
Calling For not sending anything we need to call |
I agree, this is an urgently needed feature. Related front-end issue: palavatv/palava-web#9 This API also looks promising:
Also, we need to decide if this should be implemented in the front-end or in the client-library |
What does make sense to you? IMHO providing the feature in the client-library make sense to me. |
Muting tracks using |
Awesome, didn't notice this was possible already! Should work in the same way for video tracks, too, shouldn't it?
Could you elaborate a little, what anything means here? Something in the direction of only a null value is sent instead of not sending anything? |
Not sending anything means either just stopping to send the track using Both methods would require a way to get the transceiver/sender of the track which would require some new concepts in palava-client or some rather hacky workarounds. rtc-lib has the ability to add custom transceivers while adding a stream to support these use cases for example. A workaround could be searching the corresponding sender for a track in the PeerConnection. |
Currently it is only possible to mute other conference participants. It would be nice to provide a self mute button.
The text was updated successfully, but these errors were encountered: