You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you provide defaultAudioOutputOptions in Room() constructor, then while you are in the room, disabling or enabling your camera or microphone resets the speaker to the default options, even if the speaker was changed before.
Describe the bug
When you provide
defaultAudioOutputOptions
inRoom()
constructor, then while you are in the room, disabling or enabling your camera or microphone resets the speaker to the default options, even if the speaker was changed before.To Reproduce
defaultAudioOutputOptions: AudioOutputOptions(speakerOn: true)
, inRoom()
constructor ofprejoin.dart
Hardware.instance.setSpeakerphoneOn(false)
) -> the speaker is off like it shouldparticipant.setCameraEnabled(false)
) -> the speaker turns on by itself againExpected behavior
changing the camera or microphone setting should have no effect on the speaker setting
Platform information
The text was updated successfully, but these errors were encountered: