Add migrating from list in join call request#1066
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Generated by 🚫 Danger |
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 |
SDK Size
|
StreamVideo XCSize
|
|



🔗 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.
imgimg🧪 Manual Testing Notes
Explain how this change can be tested manually, if applicable.
☑️ Contributor Checklist
🎁 Meme
Provide a funny gif or image that relates to your work on this pull request. (Optional)