Skip to content

Commit

Permalink
Added DefaultDeviceController.suspendAudioContext and `DefaultDevic…
Browse files Browse the repository at this point in the history
…eController.resumeAudioContext` (#2921)
  • Loading branch information
hensmi-amazon authored Jul 11, 2024
1 parent e12a7ab commit d7eee1f
Show file tree
Hide file tree
Showing 5 changed files with 2,701 additions and 2,574 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added `DefaultDeviceController.suspendAudioContext` and `DefaultDeviceController.resumeAudioContext`. Suspending and resuming the resusable audio context is preferable to stopping and recreating if an audio context eventually needs to be used again.

### Removed

### Changed

- Do not try to manually adjust SVC layers based off target resolution, as this may lead to an unnecessarily high minimum bitrate to subscribe to all remote videos. Instead rely on browser logic which drops any layers below around 135p.

### Fixed
Expand Down
Loading

0 comments on commit d7eee1f

Please sign in to comment.