Skip to content

Commit

Permalink
Revert "Improve reconnection behavior on signaling disconnection (#2744
Browse files Browse the repository at this point in the history
…)" (#2813)

This reverts commit b29a0cb.
  • Loading branch information
hensmi-amazon authored Dec 12, 2023
1 parent 673af3a commit 7a9aebe
Show file tree
Hide file tree
Showing 24 changed files with 3,408 additions and 1,916 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

### Changed
- Revert: Improve reconnection behavior on signaling disconnection mid call or during join/subscribe. This was leading to unexpected `AudioJoinedFromAnotherDevice` events in certain edge conditions. It will be re-released in a later version.

### Fixed
- Do not allow redundant audio worker to enqueue any audio payloads larger than 1000 bytes to avoid permanently stopping the audio flow
Expand Down Expand Up @@ -63,7 +64,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Resolution constraint for content share

### Changed

- Improve reconnection behavior on signaling disconnection mid call or during join/subscribe

### Fixed
Expand Down
Loading

0 comments on commit 7a9aebe

Please sign in to comment.