-
Notifications
You must be signed in to change notification settings - Fork 317
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
Agent.prototype.isMute() #917
Comments
Hi! As a workaround for now, you could do the following:
|
@andywang219, I don't think that works, it checks if the connection is muted server side; I want to check to see if it is muted client side (which is what |
We've actually started using the value that is returned in One other workaround I can think of is calling |
using I wasn't aware that |
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment to keep this active. |
It has been a while and we are closing this for now. Please reopen if this is still an issue |
I do not have permissions to reopen. |
There's
Agent.prototype.mute()
andAgent.prototype.unmute()
but noAgent.prototype.isMute()
.Can we get an
isMute()
(orisMuted()
) method onAgent
to query if the local media stream is muted or not?The text was updated successfully, but these errors were encountered: