Add support to inline media playback
This commit is contained in:
parent
130b8a6957
commit
0615383fd0
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user