Skip to content

Speaker turn off issue #939

@mankirat-dev

Description

@mankirat-dev

In Flutter mobile build, when I turn off the speaker, it actually lowers the volume instead of turning off completely. I tried it in multiple ways/code, but the same issue occurs.

  await room.setSpeakerOn(isVoiceOn);
  await Hardware.instance.setSpeakerphoneOn(isVoiceOn);

  for (final track in room.localParticipant?.audioTrackPublications ?? []) {
    if (isVoiceOn) {
      track.unmute();
    } else {
      track.mute();
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions