Releases: sendbird/sendbird-calls-sdk-react-native
Releases · sendbird/sendbird-calls-sdk-react-native
1.1.11
23 Oct 08:01
Compare
Sorry, something went wrong.
No results found
1.1.11 (2025-10-23)
Bug Fixes
resolved an issue on iOS where key values were missing from the custom items event payload
Release 1.1.10
17 Oct 05:55
Compare
Sorry, something went wrong.
No results found
1.1.10 (2025-10-17)
Bug Fixes
handle null values when converting arrays to set and list (8d790aa )
Features
added support for the React Native New Architecture in version 0.80 and above
Release 1.1.9
01 Oct 00:40
Compare
Sorry, something went wrong.
No results found
1.1.9 (2025-10-01)
Features
add methods to update, delete, and manage custom items in calls (8615d30 )
updated WebRTC version to M134 to support Android 16 KB page sizes (7a1eaa5 )
await SendbirdCalls.updateCustomItems('callId', { 'key1': 'value1', 'key2': 'value2' });
await SendbirdCalls.deleteCustomItems('callId', ['key1']);
await SendbirdCalls.deleteAllCustomItems('callId');
Release 1.1.8
29 Apr 07:41
Compare
Sorry, something went wrong.
No results found
v1.1.8
Bug Fixes
update android_handleFirebaseMessageData type to { [key: string]: string | object }
Release 1.1.7
21 Apr 06:03
Compare
Sorry, something went wrong.
No results found
1.1.7 (2025-04-21)
Bug Fixes
improve stability of local video view on android (430c71d )
Release 1.1.6
02 Apr 04:24
Compare
Sorry, something went wrong.
No results found
1.1.6 (2025-04-02)
Bug Fixes
crash on iOS when using New Architecture (3f7c3e8 )
fixed a typo in the updateRemoteVideoView function on ios (a31411e )
Release 1.1.5
12 Dec 06:41
Compare
Sorry, something went wrong.
No results found
1.1.5 (2024-12-12)
Features
add resumeAudioTrack method to android native (17b854e )
add resumeAudioTrack method to javascript (b000f2e )
Release 1.1.4
07 Nov 06:33
Compare
Sorry, something went wrong.
No results found
1.1.4 (2024-11-07)
Fixed a bug where modules were not properly installed in the Android new architecture environment. It now works properly in the interop layer.
Release 1.1.3
25 Oct 05:29
Compare
Sorry, something went wrong.
No results found
1.1.3 (2024-10-25)
Features
add resumeVideoCapturer method to android native (a216526 )
add resumeVideoCapturer method to javascript (2c55167 )
Release 1.1.2
17 Apr 02:42
Compare
Sorry, something went wrong.
No results found
1.1.2 (2024-04-17)
Updated iOS deployment target to 12.0
Updated iOS SDK (Added PrivacyInfo.xcprivacy for Apple Privacy Manifest)