fix(rn): change user agent
This commit is contained in:
parent
628d1a0449
commit
61f35bd9e0
@ -4,7 +4,7 @@
|
||||
<dict>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<array>
|
||||
<string>group.org.bigbluebutton.tablet</string>
|
||||
<string>group.org.bigbluebutton.tablet.example</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<dict>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<array>
|
||||
<string>group.org.bigbluebutton.tablet</string>
|
||||
<string>group.org.bigbluebutton.tablet.example</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -11,6 +11,6 @@ class Constants {
|
||||
public static var broadcastExtensionBundleId="org.bigbluebutton.tablet.sdk.example.03DE7B1E.BigBlueButtonTabletSdkBroadcastExample";
|
||||
|
||||
// This is used to allow both applications (main and broadcast) to share information
|
||||
public static var appGroupName="group.org.bigbluebutton.tablet";
|
||||
public static var appGroupName="group.org.bigbluebutton.tablet.example";
|
||||
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bigbluebutton-tablet-sdk",
|
||||
"version": "0.1.30",
|
||||
"version": "0.1.31",
|
||||
"description": "test",
|
||||
"main": "lib/commonjs/index",
|
||||
"module": "lib/module/index",
|
||||
|
@ -66,7 +66,7 @@ export const BigBlueButtonTablet = ({
|
||||
onMessage={(msg) =>
|
||||
handleWebviewMessage(thisInstanceId, webViewRef, msg)
|
||||
}
|
||||
applicationNameForUserAgent="BBBMobile"
|
||||
applicationNameForUserAgent="BigBlueButton-Tablet"
|
||||
allowsInlineMediaPlayback={true}
|
||||
mediaCapturePermissionGrantType={'grant'}
|
||||
onLoadEnd={(content: any) => {
|
||||
|
Loading…
Reference in New Issue
Block a user