Change bundle ID so it works with the example app

This commit is contained in:
Tiago Jacobs 2022-02-16 00:21:45 -03:00
parent 8101ecb14f
commit 007437fcf3

View File

@ -7,7 +7,7 @@ export default function App() {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<BigbluebuttonMobile <BigbluebuttonMobile
broadcastAppBundleId="org.bigbluebutton.mobile-sdk.example.BigBlueButtonMobileSdkBroadcastExample" broadcastAppBundleId="org.bigbluebutton.mobile.BigBlueButton-Broadcast"
url="https://bigbluebutton.org" url="https://bigbluebutton.org"
style={styles.bbb} style={styles.bbb}
/> />