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
Occasionally on the iOS platform, after locally enable the microphone using the setMicrophoneEnabled(true) method, others in the room cannot hear the user's voice, and the microphone status appears as muted.
error log:
configureNativeAudio did throw PlatformException(configure, The operation couldn’t be completed. (OSStatus error -50.), null, null)
local
other
The text was updated successfully, but these errors were encountered:
kongpf8848
changed the title
[bug]Occasionally on the iOS platform, enable the microphone does not take effect.
[bug]Occasionally on the iOS platform,enable the microphone does not take effect.
Jan 6, 2025
kongpf8848
changed the title
[bug]Occasionally on the iOS platform,enable the microphone does not take effect.
[bug]Occasionally on the iOS platform enable the microphone does not take effect.
Jan 6, 2025
description:
Occasionally on the iOS platform, after locally enable the microphone using the
setMicrophoneEnabled(true)
method, others in the room cannot hear the user's voice, and the microphone status appears as muted.error log:
configureNativeAudio did throw PlatformException(configure, The operation couldn’t be completed. (OSStatus error -50.), null, null)
The text was updated successfully, but these errors were encountered: