8000 setMicrophoneMute - Not working properly · Issue #461 · flutter-webrtc/flutter-webrtc · GitHub
[go: up one dir, main page]

Skip to content 8000
setMicrophoneMute - Not working properly #461
Closed
@efraespada

Description

@efraespada

Some problems has appeared in the last update (v0.5.8).

Android: setMicrophoneMute doesn't produce any change. The microphone is always muted.
iOS: setMicrophoneMute has been inverted. I mean:

This enables the microphone:

track.setMicrophoneMute(true);

This mutes the microphone:

track.setMicrophoneMute(false);

To Reproduce
Do any call and try to switch the mute state of the microphone (Android or iOS).

Expected behavior
track.setMicrophoneMute method working properly like in prior versions (v0.5.7).

Platform information
Any Android or iOS device (tested in multiple physical devices).

  • Flutter version:
[✓] Flutter (Channel stable, 1.22.5, on macOS 11.1 20C69 darwin-x64, locale en-ES)
    • Flutter version 1.22.5 at /Users/efraespada/Documents/flutter
    • Framework revision 7891006299 (7 weeks ago), 2020-12-10 11:54:40 -0800
    • Engine revision ae90085a84
    • Dart version 2.10.4
  • Plugin version: 0.5.8

  • OS: Android, iOS

  • OS version: Android 10 and iOS 14.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0