Releases: sendbird/sendbird-calls-android
Releases · sendbird/sendbird-calls-android
v1.12.0
1.12.0 (Aug 8, 2024)
- Added DirectCallLogListQuery.Params.setStartedAt and DirectCallLogListQuery.Params.setEndedAt, which filter the list of direct call logs by the start and end date of the call.
- If startedAt is set and endedAt is not set, the range of the query will be start_ts <= callLog.startedAt <= min(now, start_ts + 90 days).
- If startedAt is not set and endedAt is set, the range of the query will be end_ts - 90 days <= callLog.startedAt <= end_ts.
- If both startedAt and endedAt are set, the range of the query will be start_ts <= callLog.startedAt <= end_ts.
- If both are not set, the range is 90 days ago <= callLog.startedAt <= now
v1.11.15
1.11.15 (May 22, 2024 UTC)
- Fixed the issue where onRecordingSucceeded() was called late when local recording succeeded.
1.11.14 (Apr 12, 2024 UTC)
1.11.14 (Apr 12, 2024 UTC)
- Fixed the issue where customItems are missing in SendBirdCallListener.onRinging
1.11.13 (Mar 14, 2024 UTC)
1.11.13 (Mar 14, 2024 UTC)
- Updated the WebRTC version to M118
- Improved WebRTC internal logging
1.11.12 (Mar 8, 2024 UTC)
1.11.12 (Mar 8, 2024 UTC)
- Fixed the Bluetooth Audio Connection Logic
v1.11.11
1.11.11 (Feb 8, 2024 UTC)
- Stability improvements
1.11.10 (Dec 21, 2023 UTC)
1.11.10 (Dec 21, 2023 UTC)
- Remove duplicative dependency of WebRTC to allow simultaneous use of Sendbird Calls and Live SDK
1.11.9 (Dec 14, 2023 UTC)
1.11.9 (Dec 14, 2023 UTC)
- When a direct call is ended before connecting, the call will have an end result of DirectCallEndResult.NotConnected
1.11.8 (Nov 10, 2023 UTC)
1.11.8 (Nov 10, 2023 UTC)
- Fix kotlin version
1.11.7 (Nov 10, 2023)
1.11.7 (Nov 10, 2023)
- Fix Bluetooth connection issues on Android 11 and below