From 61f35bd9e0944267928a45ad9507b91cbadec3ef Mon Sep 17 00:00:00 2001 From: Tiago Daniel Jacobs Date: Tue, 8 Nov 2022 21:46:56 -0300 Subject: [PATCH] fix(rn): change user agent --- .../BigBlueButtonTabletSdkBroadcastExample.entitlements | 2 +- .../BigBlueButtonTabletSdkExample.entitlements | 2 +- example/ios/Constants.swift | 2 +- package.json | 2 +- src/index.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/ios/BigBlueButtonTabletSdkBroadcastExample/BigBlueButtonTabletSdkBroadcastExample.entitlements b/example/ios/BigBlueButtonTabletSdkBroadcastExample/BigBlueButtonTabletSdkBroadcastExample.entitlements index f34ba0f..7e7050c 100644 --- a/example/ios/BigBlueButtonTabletSdkBroadcastExample/BigBlueButtonTabletSdkBroadcastExample.entitlements +++ b/example/ios/BigBlueButtonTabletSdkBroadcastExample/BigBlueButtonTabletSdkBroadcastExample.entitlements @@ -4,7 +4,7 @@ com.apple.security.application-groups - group.org.bigbluebutton.tablet + group.org.bigbluebutton.tablet.example diff --git a/example/ios/BigBlueButtonTabletSdkExample/BigBlueButtonTabletSdkExample.entitlements b/example/ios/BigBlueButtonTabletSdkExample/BigBlueButtonTabletSdkExample.entitlements index f34ba0f..7e7050c 100644 --- a/example/ios/BigBlueButtonTabletSdkExample/BigBlueButtonTabletSdkExample.entitlements +++ b/example/ios/BigBlueButtonTabletSdkExample/BigBlueButtonTabletSdkExample.entitlements @@ -4,7 +4,7 @@ com.apple.security.application-groups - group.org.bigbluebutton.tablet + group.org.bigbluebutton.tablet.example diff --git a/example/ios/Constants.swift b/example/ios/Constants.swift index 31c116d..51d0877 100644 --- a/example/ios/Constants.swift +++ b/example/ios/Constants.swift @@ -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"; } diff --git a/package.json b/package.json index 3c9ed5c..a609200 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.tsx b/src/index.tsx index ded3d5c..ab5a050 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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) => {