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
{{ message }}
This repository has been archived by the owner on May 18, 2022. It is now read-only.
Currently, trying to initialize a Publisher with audio/video enabled but while the user has permission denied, the application crashes.
We should aim to gracefully handle such situations with the publisher events: 'accessAllowed', 'accessDenied', 'accessDialogOpened', 'accessDialogClosed'.
Is there a way to detect that the permissions have been denied from Cordova's JS environment?
The text was updated successfully, but these errors were encountered:
Regarding the detection of permissions, I am not sure if this is possible in Cordova. You could try to look into the errorCallback on getUserMedia, maybe this error object gives you some input. For example use rtcninja
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, trying to initialize a Publisher with audio/video enabled but while the user has permission denied, the application crashes.
We should aim to gracefully handle such situations with the publisher events: 'accessAllowed', 'accessDenied', 'accessDialogOpened', 'accessDialogClosed'.
Is there a way to detect that the permissions have been denied from Cordova's JS environment?
The text was updated successfully, but these errors were encountered: