mieszko4 / react-native-zoom-us

MIT License
126 stars 118 forks source link

[Android] Suppress alerts on "endedByHost" and "endedConnectBroken" #164

Closed atkristin closed 1 year ago

atkristin commented 3 years ago

Greetings,

Version: "react-native-zoom-us": "^6.5.1"

My issue is quite simple.

Whenever I receive a meetingEvent "endedByHost" or "endedConnectBroken", I get an alert that auto-dismisses in 5 seconds that says "your host has ended the meeting" or "connection broken".

Is there any way I can suppress those alerts?

No such issue on iOS.

Best regards

mieszko4 commented 3 years ago

That's from Zoom Android SDK (https://marketplace.zoom.us/docs/sdk/native-sdks/android/sdk-reference) - so if there is such settings there we could do that in the lib. Other possibility would be to use custom ui (https://github.com/mieszko4/react-native-zoom-us/blob/master/docs/VIDEO-VIEW.md)