Add support to inline media playback

This commit is contained in:
Tiago Jacobs 2022-04-17 12:15:47 -03:00
parent 130b8a6957
commit 0615383fd0

View File

@ -43,6 +43,7 @@ export const BigBlueButtonMobile = ({
contentMode={'mobile'}
onMessage={(msg) => handleWebviewMessage(webViewRef, msg)}
applicationNameForUserAgent="BBBMobile"
allowsInlineMediaPlayback={true}
onLoadEnd={(content: any) => {
/*in case of success, the property code is not defined*/
if (typeof content.nativeEvent.code !== 'undefined') {