Skip to content

Release 2.11.0 - #1164

Merged
hiroshihorie merged 5 commits into
mainfrom
release/2.11.0
Aug 11, 2026
Merged

Release 2.11.0#1164
hiroshihorie merged 5 commits into
mainfrom
release/2.11.0

Conversation

@hiroshihorie

@hiroshihorie hiroshihorie commented Aug 9, 2026

Copy link
Copy Markdown
Member

Minor release. Main theme is video degradation preference alignment with the other SDKs, plus hardening around protobuf enums and the backup codec lifecycle, new DisconnectReason members, and a dependency refresh.

Changes

Added

  • DisconnectReason members for newer server reasons (roomClosed, migration, sipTrunkFailure, ...)
  • DevelopmentTokenSource, replaces the deprecated SandboxTokenSource

Changed

  • Default degradation preference follows track source (camera keeps framerate, screen share keeps resolution), also applied to the backup codec sender
  • Unknown protobuf enum values from newer servers fall back to safe defaults instead of erroring
  • Protocol definitions v1.50.4
  • Dependency updates (device_info_plus 13.x, connectivity_plus 7.3.1, dart_webrtc 1.8.1, synchronized 3.4.1, uuid 4.6.0)
  • Modernized example app (redesigned connect page, connection history, room header, focus layout, in-room messages panel)

Fixed

  • Room.connect no longer ignores the roomOptions argument passed to it (note: apps passing e2eeOptions through this deprecated parameter were silently running without e2ee, encryption now actually activates for them)
  • Backup codec state cleared on unpublish and full reconnect, backup codecs republish correctly after reconnect
  • Room.getSid() resolves when the room sid arrives after the join response
  • DegradationPreference.disabled maps to maintainFramerateAndResolution as WebRTC defines it

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

Warning

No changeset found

If this PR includes user-facing changes, please add a changeset file in .changes/

Format: level type="kind" "description"

patch type="fixed" "Fix audio frame generation"
minor type="added" "Add support for custom audio processing"
major type="changed" "Breaking: Rename Room.connect() to Room.join()"

@hiroshihorie
hiroshihorie marked this pull request as ready for review August 11, 2026 07:14

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@hiroshihorie
hiroshihorie merged commit beed882 into main Aug 11, 2026
15 checks passed
@hiroshihorie
hiroshihorie deleted the release/2.11.0 branch August 11, 2026 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants