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

[Bug]: 'isMuted' option seems to work the opposite way #95

Open
1 of 2 tasks
k-lpmg opened this issue Nov 19, 2024 · 1 comment
Open
1 of 2 tasks

[Bug]: 'isMuted' option seems to work the opposite way #95

k-lpmg opened this issue Nov 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@k-lpmg
Copy link

k-lpmg commented Nov 19, 2024

Version

v2.0.1

Which operating systems have you used?

  • Android
  • iOS

Environment that reproduces the issue

iPhone 13 Pro Max

Is it reproducible in the example application?

Yes

RTMP Server

rtmp://dev.plantingo.stream/live

Reproduction steps

  1. Setting A
isMuted={false}
  1. Setting B
isMuted={true}

Expected result

  1. Setting A
  • rtmp audio not muted
  1. Setting B
  • rtmp audio muted

Actual result

  1. Setting A
  • rtmp audio muted
  1. Setting B
  • rtmp audio not muted

Additional context

I thought isMuted option was supposed to mute the microphone, so I set it to false, but I was confused because the audio wasn't being transmitted.

So I thought it was strange because it worked when I changed it to isMuted={true}.

Relevant logs output

No response

@k-lpmg k-lpmg added the bug Something isn't working label Nov 19, 2024
@k-lpmg k-lpmg changed the title [Bug]: [Bug]: 'isMuted' option seems to work the opposite way Nov 19, 2024
@nikitapilgrim
Copy link

true!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants