Skip to content

Add migrating from list in join call request#1066

Merged
martinmitrevski merged 4 commits intodevelopfrom
openapi-codegen-feb26
Feb 25, 2026
Merged

Add migrating from list in join call request#1066
martinmitrevski merged 4 commits intodevelopfrom
openapi-codegen-feb26

Conversation

@martinmitrevski
Copy link
Contributor

🔗 Issue Links

Provide all JIRA tickets and/or GitHub issues related to this PR, if applicable.

🎯 Goal

Describe why we are making this change.

📝 Summary

Provide bullet points with the most important changes in the codebase.

🛠 Implementation

Provide a detailed description of the implementation and explain your decisions if you find them relevant.

🎨 Showcase

Add relevant screenshots and/or videos/gifs to easily see what this PR changes, if applicable.

Before After
img img

🧪 Manual Testing Notes

Explain how this change can be tested manually, if applicable.

☑️ Contributor Checklist

  • I have signed the Stream CLA (required)
  • This change follows zero ⚠️ policy (required)
  • This change should receive manual QA
  • Changelog is updated with client-facing changes
  • New code is covered by unit tests
  • Comparison screenshots added for visual changes
  • Affected documentation updated (tutorial, CMS)

🎁 Meme

Provide a funny gif or image that relates to your work on this pull request. (Optional)

@martinmitrevski martinmitrevski requested a review from a team as a code owner February 25, 2026 16:22
@coderabbitai
Copy link

coderabbitai bot commented Feb 25, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • Sources/StreamVideo/OpenApi/generated/Models/JoinCallRequest.swift is excluded by !**/generated/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

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
  • Post copyable unit tests in a comment
  • Commit unit tests in branch openapi-codegen-feb26

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
⚠️ Please be sure to complete the Contributor Checklist in the Pull Request description

Generated by 🚫 Danger

@martinmitrevski martinmitrevski enabled auto-merge (squash) February 25, 2026 21:45
@github-actions
Copy link

Public Interface

 public final class JoinCallRequest: @unchecked Sendable, Codable, JSONEncodable, Hashable  
-   public var notify: Bool?
+   public var migratingFromList: [String]?
-   public var ring: Bool?
+   public var notify: Bool?
-   public var video: Bool?
+   public var ring: Bool?
-   
+   public var video: Bool?
- 
+   
-   public init(create: Bool? = nil,data: CallRequest? = nil,location: String,membersLimit: Int? = nil,migratingFrom: String? = nil,notify: Bool? = nil,ring: Bool? = nil,video: Bool? = nil)
+ 
-   
+   public init(create: Bool? = nil,data: CallRequest? = nil,location: String,membersLimit: Int? = nil,migratingFrom: String? = nil,migratingFromList: [String]? = nil,notify: Bool? = nil,ring: Bool? = nil,video: Bool? = nil)
- 
+   
-   public static func ==(lhs: JoinCallRequest,rhs: JoinCallRequest)-> Bool
+ 
-   public func hash(into hasher: inout Hasher)
+   public static func ==(lhs: JoinCallRequest,rhs: JoinCallRequest)-> Bool
-   
+   public func hash(into hasher: inout Hasher)
- 
+   
-   public enum CodingKeys: String, CodingKey, CaseIterable  
+ 
-   
+   public enum CodingKeys: String, CodingKey, CaseIterable  
-     case create
+   
-     case data
+     case create
-     case location
+     case data
-     case membersLimit = "members_limit"
+     case location
-     case migratingFrom = "migrating_from"
+     case membersLimit = "members_limit"
-     case notify
+     case migratingFrom = "migrating_from"
-     case ring
+     case migratingFromList = "migrating_from_list"
-     case video
+     case notify
+     case ring
+     case video

@Stream-SDK-Bot
Copy link
Collaborator

SDK Size

title develop branch diff status
StreamVideo 10.06 MB 10.06 MB 0 KB 🟢
StreamVideoSwiftUI 2.45 MB 2.45 MB 0 KB 🟢
StreamVideoUIKit 2.58 MB 2.58 MB 0 KB 🟢
StreamWebRTC 11.07 MB 11.07 MB 0 KB 🟢

@Stream-SDK-Bot
Copy link
Collaborator

StreamVideo XCSize

Object Diff (bytes)
JoinCallRequest.o +572
Encodable+Retroactive.o -284
QueryCallsRequest.o +108
IndividualRecordingSettingsResponse.o +76
CallKitAlwaysAvailabilityPolicy.o +52
CallController.o +48

@sonarqubecloud
Copy link

@martinmitrevski martinmitrevski merged commit 4f0a30b into develop Feb 25, 2026
13 checks passed
@martinmitrevski martinmitrevski deleted the openapi-codegen-feb26 branch February 25, 2026 22:32
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