Replies: 1 comment
|
I guess in #20 was provided an answer. I do believe this one is correct |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@shogo4405 what is the right way to mute an audio stream?
Like this:
await _stream?.setHasAudio(false);or thisawait _stream?.attachAudio(null);?All reactions