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
If there are other user profiles on the same device, AudioManager.setMicrophoneMute() method can throw SecurityException with message: requires android.permission.INTERACT_ACROSS_USERS_FULL or android.permission.INTERACT_ACROSS_USERS to access user 0.
I don't understand this very well but it seems to me that microphone can't be release in this way and WebRTC doesn't have a better way to free microphone resource. Some other video conferencing apps keep using microphone even when muted, like Google Meet.
Do you have any thoughts on this?
The text was updated successfully, but these errors were encountered:
If there are other user profiles on the same device, AudioManager.setMicrophoneMute() method can throw SecurityException with message: requires android.permission.INTERACT_ACROSS_USERS_FULL or android.permission.INTERACT_ACROSS_USERS to access user 0.
I don't understand this very well but it seems to me that microphone can't be release in this way and WebRTC doesn't have a better way to free microphone resource. Some other video conferencing apps keep using microphone even when muted, like Google Meet.
Do you have any thoughts on this?
The text was updated successfully, but these errors were encountered: