Skip to content

Commit

Permalink
Merge pull request #2447 from 100mslive/main
Browse files Browse the repository at this point in the history
backmerge: main to qa
  • Loading branch information
ygit authored Dec 11, 2024
2 parents 0d20ef5 + e05556c commit 8abafcf
Showing 1 changed file with 13 additions and 8 deletions.
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

0 comments on commit 8abafcf

Please sign in to comment.