Skip to content

1.44.0 Release#1086

Open
Stream-SDK-Bot wants to merge 17 commits intomainfrom
release/1.44.0
Open

1.44.0 Release#1086
Stream-SDK-Bot wants to merge 17 commits intomainfrom
release/1.44.0

Conversation

@Stream-SDK-Bot
Copy link
Collaborator

✅ Added

  • Added WebRTCJoinPolicy to Call.join() so applications can delay join
    completion until publisher and subscriber peer connections are ready.

🔄 Changed

  • Propagated publish/unpublish failures from local video and screen-share capture
    sessions instead of swallowing them after logging. #1072
  • The SDK will now end an outgoing call if the app moves to background while ringing. #1078
  • CallViewModel now waits briefly for peer-connection readiness before an accepted ringing call is surfaced as joined. #1080

🐞 Fixed

  • Fix call teardown ordering by posting callEnded only after active/ringing cleanup
    and keep CallSession token values in sync with StreamVideo token updates. #1071
  • Fix local mediaAdapters not reacting to changed own capabilities. #1070
  • Fix label color when presenting. #1077
  • Ensure CallKit push token updates and invalidation mutate deviceToken on the main actor to avoid Swift concurrency/actor-isolation issues. #1076
  • Ensure CallKit joins keep the answer action completion alive until WebRTC has configured the audio device module. #1081
  • Update incoming call acceptance to move CallViewModel into .joining before the call finishes entering, so the joining UI appears immediately. #1079

@Stream-SDK-Bot Stream-SDK-Bot requested a review from a team as a code owner March 18, 2026 00:34
@coderabbitai
Copy link

coderabbitai bot commented Mar 18, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5ff9d73c-aad9-4cd9-a594-6e8f1b05faf7

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/1.44.0
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

1 Warning
⚠️ Big PR

Generated by 🚫 Danger

@github-actions
Copy link

Public Interface

+ public final class TimeOutError: ClientError, Sendable

+ public enum WebRTCJoinPolicy: Sendable  
+ 
+   case `default`
+   case peerConnectionReadinessAware



 public class Call: @unchecked Sendable, WSEventsSubscriber  
-   @MainActor public internal var state
+   @MainActor public internal var state: CallState
-   @discardableResult public func join(create: Bool = false,options: CreateCallOptions? = nil,ring: Bool = false,notify: Bool = false,callSettings: CallSettings? = nil)async throws -> JoinCallResponse
+   @discardableResult public func join(create: Bool = false,options: CreateCallOptions? = nil,ring: Bool = false,notify: Bool = false,callSettings: CallSettings? = nil,policy: WebRTCJoinPolicy = .default)async throws -> JoinCallResponse

@Stream-SDK-Bot
Copy link
Collaborator Author

SDK Size

title previous release current release diff status
StreamVideo 10.12 MB 10.12 MB 0 KB 🟢
StreamVideoSwiftUI 2.45 MB 2.45 MB 0 KB 🟢
StreamVideoUIKit 2.58 MB 2.58 MB 0 KB 🟢
StreamWebRTC 11.09 MB 11.09 MB 0 KB 🟢

@Stream-SDK-Bot
Copy link
Collaborator Author

StreamVideo XCSize

Object Diff (bytes)
JoinedStateTelemetryReporter.o +5445
WebRTCCoordinator+Joining.o -4960
WebRTCCoordinator+PeerConnectionPreparing.o +1324
WebRTCJoinPolicy.o +507
Call+Stage.o -272
WebRTCStateAdapter.o +96
WebRTCPermissionsAdapter.o +91
WebRTCCoordinator+Stage.o -80

@Stream-SDK-Bot
Copy link
Collaborator Author

StreamVideoSwiftUI XCSize

Object Diff (bytes)
CallViewModel.o -208
ViewFactory.o -68

@sonarqubecloud
Copy link

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.

3 participants