option in webview to request permission just one time

This commit is contained in:
gustavo-em 2022-05-20 12:48:33 -03:00
parent 064382ffc9
commit 64fdaa8e79

View File

@ -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') {