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