mieszko4 / react-native-zoom-us

MIT License
126 stars 118 forks source link

Known issue: Version 6.7.1 will break muteVideo and muteMic in some cases #194

Closed pmogollons closed 2 years ago

pmogollons commented 2 years ago

This is caused by some undocumented behaviour of zoom sdk. It will throw in some cases SDKERR_NO_PERMISSION error when trying to enable mic or camera even if this permissions are granted to the app.

This possibly only happens when the meeting is being recorded.

Cause is very probable to be related to a missing prompt of user consent to be recorded.

Related threads on forum:

pmogollons commented 2 years ago

Fixed in latest version