Add background audio when screenshare is running

This commit is contained in:
Tiago Jacobs
2022-04-06 19:24:42 -03:00
parent 0f10961c81
commit d0e42c305d
9 changed files with 46 additions and 11 deletions

View File

@@ -40,6 +40,7 @@ export const BigBlueButtonMobile = ({
ref={webViewRef}
source={{ uri: url }}
style={{ ...style }}
contentMode={'mobile'}
onMessage={(msg) => handleWebviewMessage(webViewRef, msg)}
applicationNameForUserAgent="BBBMobile"
onLoadEnd={(content: any) => {