From 64fdaa8e79e71445fdc4c40522667f3daab7ed27 Mon Sep 17 00:00:00 2001 From: gustavo-em Date: Fri, 20 May 2022 12:48:33 -0300 Subject: [PATCH] option in webview to request permission just one time --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index cd14875..fc36c6f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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') {