React Native Core SDK
Breaking changes
- Removed Hive SFU support. Only the Cloudflare SFU is supported going forward.
- The default base URI is now
realtime.cloudflare.com. CallinginitMeeting()with baseURI parameter set to adyte.iobase domain now throws an Error. RealtimeKitClientOptionsis renamed toRTKClientOptions.
Fixes
- Fixed an issue where sometimes after rejoining a meeting & upon stopping iOS screenshare, the app freezes.
Fixes
- Fixed the issue when leaving & rejoining a meeting causes the local media to stop working
- Fixed iOS screenshare stops broadcasting on Web when calling
meeting.self.disableScreenShare()but not clicking on 'Stop' on iOS Picker View.
Fixes
- Fixed bluetooth not showing in list/dropdown after rejoining meeting
- Fixed mobile active speaker not working after rejoining meeting
Breaking changes
- Starting from version v0.3.0, SDK now supports only React Native 0.77 and above.
Fixes
- Fixed 16KB page support in Android >=15
- Fixed foreground service failed to stop errors in Android
- Fixed bluetooth issues in iOS Devices
- Fixed android build issues due to deprecated jCenter in React Native 0.80 or higher
Fixes
- Fixed can't install multiple apps with expo sdk
- Fixed screenshare for Android in Expo with New Architecture enabled
- Fixed remote audio/video not working in group calls
Breaking changes
- Adding a
blob_provider_authoritystring resource is now mandatory. Refer to the installation instructions for more details.
Fixes
- Fixed audio switch to earpiece when leaving stage in Webinar
- Fixed types for useRealtimeKitClient options
- Fixed screenshare for Android in Expo
Fixes
- Fixed screenshare not working for Android 13 and later
- Fixed audio device switching not working
- Minor performance improvements