option in webview to request permission just one time
This commit is contained in:
parent
064382ffc9
commit
64fdaa8e79
@ -66,6 +66,7 @@ export const BigBlueButtonMobile = ({
|
||||
onMessage={(msg) => handleWebviewMessage(thisInstanceId, webViewRef, msg)}
|
||||
applicationNameForUserAgent="BBBMobile"
|
||||
allowsInlineMediaPlayback={true}
|
||||
mediaCapturePermissionGrantType={'grant'}
|
||||
onLoadEnd={(content: any) => {
|
||||
/*in case of success, the property code is not defined*/
|
||||
if (typeof content.nativeEvent.code !== 'undefined') {
|
||||
|
Loading…
Reference in New Issue
Block a user