Replies: 1 comment
-
I guess in #20 was provided an answer. I do believe this one is correct |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@shogo4405 what is the right way to mute an audio stream?
Like this:
await _stream?.setHasAudio(false);
or thisawait _stream?.attachAudio(null);
?Beta Was this translation helpful? Give feedback.
All reactions