Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backmerge: main to qa #2447

Merged
merged 4 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions docs/android/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,29 @@ import AndroidPrebuiltVersionShield from '@/common/android-prebuilt-version-shie
| live.100ms:virtual-background: |<AndroidSdkVersionShield />|
| live.100ms:hms-noise-cancellation-android: | <AndroidSdkVersionShield /> |

## v2.9.70 - 2024-12-09
### Added
* Analytics to identify the type of network(wifi/cellular) user is on while connecting to HMS rooms
* Fetch local peer's responses when a poll is started and add it to the responses of poll questions

## v2.9.69 - 2024-10-25
### Fixed
- SDK cleanup was not done fully on getting a join error leading to media dispose crash when joining the next time with same sdk instance and trying to leave
* SDK cleanup was not done fully on getting a join error leading to media dispose crash when joining the next time with same sdk instance and trying to leave
### Changed
- libkrisp-audio-sdk SO files are now part of noise cancellation module and not the core library. This reduces the size of core lib
* libkrisp-audio-sdk SO files are now part of noise cancellation module and not the core library. This reduces the size of core lib


## v2.9.68 - 2024-09-24
### Fixed
- NullPointerException crash fix in RetryScheduler
- Crash fix in emulator while applying VB
- Fix retry continuing even after leaving some times
* NullPointerException crash fix in RetryScheduler
* Crash fix in emulator while applying VB
* Fix retry continuing even after leaving some times

## v2.9.67 - 2024-09-10
### Fixed
- VB memory leaks
- Native crashes and memory issues on multiple fast join-leave
- If leave was called when retry is ongoing, then next join would be queued if called on the same instance sometimes
* VB memory leaks
* Native crashes and memory issues on multiple fast join-leave
* If leave was called when retry is ongoing, then next join would be queued if called on the same instance sometimes

## v2.9.66 - 2024-08-29
### Fixed
Expand Down
8 changes: 8 additions & 0 deletions docs/ios/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ nav: 6.1
description: Release Notes for 100ms iOS SDK
---

## 1.16.7 - 2024-12-06
### Added
- Analytics for network type

### Fixed
- Edge scenario where callbacks for local tracks might not get fired on join


## 1.16.6 - 2024-11-13
### Fixed
- Incorrect packets lost value in RTC stats
Expand Down
Loading