diff --git a/CHANGELOG.md b/CHANGELOG.md index 0557050..2eb341c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +### 1.10.9 (Jun 23, 2023) +* Added `DirectCall.ringingSource`, which indicates the source of the dial event in DirectCall. +* Added `SendbirdCall.incomingCalls`, which returns a list of incoming calls to the current user. + ### 1.10.8 (Jun 16, 2023) * Added `DirectCallDelegate.didCalleeReceiveDial` to notify the caller when the calle has received the call. This delegate method will be called when the callee has received the `SendBirdCallDelegate.didStartRinging` event. diff --git a/SendBirdCalls.podspec b/SendBirdCalls.podspec index 15ae9d7..5e25dbe 100644 --- a/SendBirdCalls.podspec +++ b/SendBirdCalls.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SendBirdCalls" - s.version = "1.10.8" + s.version = "1.10.9" s.summary = "real-time calls based on Sendbird Calls SDK" s.description = "Sendbird Calls enables real-time calls between users registered within a Sendbird application" s.homepage = "https://sendbird.com" diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h index 4dde527..eb63f5e 100644 --- a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h +++ b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h @@ -2607,6 +2607,10 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _No /// since: /// 1.8.0 + (NSArray * _Nonnull)getOngoingCalls SWIFT_WARN_UNUSED_RESULT; +/// Returns all incoming calls by the current user. +/// since: +/// 1.10.9 ++ (NSArray * _Nonnull)getIncomingCalls SWIFT_WARN_UNUSED_RESULT; /// Returns the currently authenticated user. /// since: /// 1.0.0 diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist index ebc2b8c..4978a04 100644 Binary files a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist and b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist differ diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.abi.json b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.abi.json index b562ea7..4330eb8 100644 --- a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.abi.json +++ b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.abi.json @@ -34535,6 +34535,33 @@ "isOpen": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "getIncomingCalls", + "printedName": "getIncomingCalls()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SendBirdCalls.DirectCall]", + "children": [ + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls17DirectCallManagerC011getIncomingC0SayAA0dE0CGyF", + "mangledName": "$s13SendBirdCalls17DirectCallManagerC011getIncomingC0SayAA0dE0CGyF", + "moduleName": "SendBirdCalls", + "isOpen": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Function", "name": "holdActiveCalls", @@ -86782,6 +86809,34 @@ "isFromExtension": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "getIncomingCalls", + "printedName": "getIncomingCalls()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SendBirdCalls.DirectCall]", + "children": [ + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls0aB8CallMainC011getIncomingC0SayAA06DirectD0CGyF", + "mangledName": "$s13SendBirdCalls0aB8CallMainC011getIncomingC0SayAA06DirectD0CGyF", + "moduleName": "SendBirdCalls", + "isOpen": true, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Var", "name": "stateInfix", @@ -184875,6 +184930,367 @@ } ] }, + { + "kind": "TypeDecl", + "name": "RingingSource", + "printedName": "RingingSource", + "children": [ + { + "kind": "Var", + "name": "websocket", + "printedName": "websocket", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SendBirdCalls.DirectCall.RingingSource.Type) -> SendBirdCalls.DirectCall.RingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SendBirdCalls.DirectCall.RingingSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9websocketyA2EmF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9websocketyA2EmF", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "retrieval", + "printedName": "retrieval", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SendBirdCalls.DirectCall.RingingSource.Type) -> SendBirdCalls.DirectCall.RingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SendBirdCalls.DirectCall.RingingSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9retrievalyA2EmF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9retrievalyA2EmF", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "push", + "printedName": "push", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SendBirdCalls.DirectCall.RingingSource.Type) -> SendBirdCalls.DirectCall.RingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SendBirdCalls.DirectCall.RingingSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO4pushyA2EmF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO4pushyA2EmF", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO2eeoiySbAE_AEtFZ", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO2eeoiySbAE_AEtFZ", + "moduleName": "SendBirdCalls", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivp", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivp", + "moduleName": "SendBirdCalls", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivg", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivg", + "moduleName": "SendBirdCalls", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO4hash4intoys6HasherVz_tF", + "moduleName": "SendBirdCalls", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "ringingSource", + "printedName": "ringingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SendBirdCalls.DirectCall.RingingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvp", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvp", + "moduleName": "SendBirdCalls", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SendBirdCalls.DirectCall.RingingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvg", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvg", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SendBirdCalls.DirectCall.RingingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvs", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvs", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvM", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvM", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "statsManager", @@ -197458,6 +197874,43 @@ } ] }, + { + "kind": "Var", + "name": "asRingingSource", + "printedName": "asRingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "declKind": "Var", + "usr": "s:13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovp", + "mangledName": "$s13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovp", + "moduleName": "SendBirdCalls", + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovg", + "mangledName": "$s13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovg", + "moduleName": "SendBirdCalls", + "accessorKind": "get" + } + ] + }, { "kind": "Constructor", "name": "init", @@ -216727,6 +217180,39 @@ ], "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "getIncomingCalls", + "printedName": "getIncomingCalls()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SendBirdCalls.DirectCall]", + "children": [ + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCSendBirdCall(cm)getIncomingCalls", + "mangledName": "$s13SendBirdCalls0aB4CallC011getIncomingC0SayAA06DirectD0CGyFZ", + "moduleName": "SendBirdCalls", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, { "kind": "Var", "name": "currentUser", @@ -264556,7 +265042,7 @@ { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift", "kind": "StringLiteral", - "offset": 26516, + "offset": 26618, "length": 27, "value": "\"was called in the state: \"" }, @@ -268679,28 +269165,28 @@ { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "StringLiteral", - "offset": 12674, + "offset": 13182, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 12814, + "offset": 13322, "length": 5, "value": "false" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "Dictionary", - "offset": 13004, + "offset": 13512, "length": 3, "value": "[]" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 17296, + "offset": 17804, "length": 5, "value": "false" }, @@ -270004,19 +270490,19 @@ "kind": "StringLiteral", "offset": 2870, "length": 8, - "value": "\"1.10.8\"" + "value": "\"1.10.9\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift", "kind": "BooleanLiteral", - "offset": 18474, + "offset": 18733, "length": 5, "value": "false" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift", "kind": "BooleanLiteral", - "offset": 23760, + "offset": 24019, "length": 5, "value": "false" }, diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.private.swiftinterface b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.private.swiftinterface index 5704b78..bf11e85 100644 --- a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -772,6 +772,17 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc public var isLocalScreenShareEnabled: Swift.Bool { @objc get } + public enum RingingSource { + case websocket + case retrieval + case push + public static func == (a: SendBirdCalls.DirectCall.RingingSource, b: SendBirdCalls.DirectCall.RingingSource) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public var ringingSource: SendBirdCalls.DirectCall.RingingSource? @objc deinit } @objc public enum RoomType : Swift.Int, Swift.RawRepresentable, Swift.Codable { @@ -856,6 +867,7 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying { @objc(callForUUID:) public static func getCall(forUUID callUUID: Foundation.UUID) -> SendBirdCalls.DirectCall? @objc public static func getOngoingCallCount() -> Swift.Int @objc public static func getOngoingCalls() -> [SendBirdCalls.DirectCall] + @objc public static func getIncomingCalls() -> [SendBirdCalls.DirectCall] @objc public static var currentUser: SendBirdCalls.User? { @objc get } @@ -936,6 +948,8 @@ extension SendBirdCalls.SoundType : Swift.Hashable {} extension SendBirdCalls.SoundType : Swift.RawRepresentable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Equatable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Hashable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Equatable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Hashable {} extension SendBirdCalls.RoomType : Swift.Equatable {} extension SendBirdCalls.RoomType : Swift.Hashable {} extension SendBirdCalls.Room.State : Swift.Equatable {} diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftdoc b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftdoc index e790155..b79e6bd 100644 Binary files a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftdoc and b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftinterface b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftinterface index 5704b78..bf11e85 100644 --- a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftinterface +++ b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftinterface @@ -772,6 +772,17 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc public var isLocalScreenShareEnabled: Swift.Bool { @objc get } + public enum RingingSource { + case websocket + case retrieval + case push + public static func == (a: SendBirdCalls.DirectCall.RingingSource, b: SendBirdCalls.DirectCall.RingingSource) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public var ringingSource: SendBirdCalls.DirectCall.RingingSource? @objc deinit } @objc public enum RoomType : Swift.Int, Swift.RawRepresentable, Swift.Codable { @@ -856,6 +867,7 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying { @objc(callForUUID:) public static func getCall(forUUID callUUID: Foundation.UUID) -> SendBirdCalls.DirectCall? @objc public static func getOngoingCallCount() -> Swift.Int @objc public static func getOngoingCalls() -> [SendBirdCalls.DirectCall] + @objc public static func getIncomingCalls() -> [SendBirdCalls.DirectCall] @objc public static var currentUser: SendBirdCalls.User? { @objc get } @@ -936,6 +948,8 @@ extension SendBirdCalls.SoundType : Swift.Hashable {} extension SendBirdCalls.SoundType : Swift.RawRepresentable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Equatable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Hashable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Equatable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Hashable {} extension SendBirdCalls.RoomType : Swift.Equatable {} extension SendBirdCalls.RoomType : Swift.Hashable {} extension SendBirdCalls.Room.State : Swift.Equatable {} diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls index b373d35..b17a304 100755 Binary files a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls and b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls differ diff --git a/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist b/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist index 957b041..464e4a0 100644 --- a/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist +++ b/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 1.10.8 + 1.10.9 CFBundleVersion 1 diff --git a/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls b/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls index fb28da7..51773aa 100644 Binary files a/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls and b/SendBirdCalls.xcframework/ios-arm64/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls differ diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h index 1baeed0..61a21a7 100644 --- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h +++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h @@ -2607,6 +2607,10 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _No /// since: /// 1.8.0 + (NSArray * _Nonnull)getOngoingCalls SWIFT_WARN_UNUSED_RESULT; +/// Returns all incoming calls by the current user. +/// since: +/// 1.10.9 ++ (NSArray * _Nonnull)getIncomingCalls SWIFT_WARN_UNUSED_RESULT; /// Returns the currently authenticated user. /// since: /// 1.0.0 @@ -5890,6 +5894,10 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _No /// since: /// 1.8.0 + (NSArray * _Nonnull)getOngoingCalls SWIFT_WARN_UNUSED_RESULT; +/// Returns all incoming calls by the current user. +/// since: +/// 1.10.9 ++ (NSArray * _Nonnull)getIncomingCalls SWIFT_WARN_UNUSED_RESULT; /// Returns the currently authenticated user. /// since: /// 1.0.0 diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Info.plist b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Info.plist index ef1c515..1386360 100644 Binary files a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Info.plist and b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Info.plist differ diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json index b562ea7..4330eb8 100644 --- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -34535,6 +34535,33 @@ "isOpen": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "getIncomingCalls", + "printedName": "getIncomingCalls()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SendBirdCalls.DirectCall]", + "children": [ + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls17DirectCallManagerC011getIncomingC0SayAA0dE0CGyF", + "mangledName": "$s13SendBirdCalls17DirectCallManagerC011getIncomingC0SayAA0dE0CGyF", + "moduleName": "SendBirdCalls", + "isOpen": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Function", "name": "holdActiveCalls", @@ -86782,6 +86809,34 @@ "isFromExtension": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "getIncomingCalls", + "printedName": "getIncomingCalls()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SendBirdCalls.DirectCall]", + "children": [ + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls0aB8CallMainC011getIncomingC0SayAA06DirectD0CGyF", + "mangledName": "$s13SendBirdCalls0aB8CallMainC011getIncomingC0SayAA06DirectD0CGyF", + "moduleName": "SendBirdCalls", + "isOpen": true, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Var", "name": "stateInfix", @@ -184875,6 +184930,367 @@ } ] }, + { + "kind": "TypeDecl", + "name": "RingingSource", + "printedName": "RingingSource", + "children": [ + { + "kind": "Var", + "name": "websocket", + "printedName": "websocket", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SendBirdCalls.DirectCall.RingingSource.Type) -> SendBirdCalls.DirectCall.RingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SendBirdCalls.DirectCall.RingingSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9websocketyA2EmF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9websocketyA2EmF", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "retrieval", + "printedName": "retrieval", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SendBirdCalls.DirectCall.RingingSource.Type) -> SendBirdCalls.DirectCall.RingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SendBirdCalls.DirectCall.RingingSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9retrievalyA2EmF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9retrievalyA2EmF", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "push", + "printedName": "push", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SendBirdCalls.DirectCall.RingingSource.Type) -> SendBirdCalls.DirectCall.RingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SendBirdCalls.DirectCall.RingingSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO4pushyA2EmF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO4pushyA2EmF", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO2eeoiySbAE_AEtFZ", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO2eeoiySbAE_AEtFZ", + "moduleName": "SendBirdCalls", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivp", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivp", + "moduleName": "SendBirdCalls", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivg", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivg", + "moduleName": "SendBirdCalls", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO4hash4intoys6HasherVz_tF", + "moduleName": "SendBirdCalls", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "ringingSource", + "printedName": "ringingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SendBirdCalls.DirectCall.RingingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvp", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvp", + "moduleName": "SendBirdCalls", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SendBirdCalls.DirectCall.RingingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvg", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvg", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SendBirdCalls.DirectCall.RingingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvs", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvs", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvM", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvM", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "statsManager", @@ -197458,6 +197874,43 @@ } ] }, + { + "kind": "Var", + "name": "asRingingSource", + "printedName": "asRingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "declKind": "Var", + "usr": "s:13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovp", + "mangledName": "$s13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovp", + "moduleName": "SendBirdCalls", + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovg", + "mangledName": "$s13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovg", + "moduleName": "SendBirdCalls", + "accessorKind": "get" + } + ] + }, { "kind": "Constructor", "name": "init", @@ -216727,6 +217180,39 @@ ], "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "getIncomingCalls", + "printedName": "getIncomingCalls()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SendBirdCalls.DirectCall]", + "children": [ + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCSendBirdCall(cm)getIncomingCalls", + "mangledName": "$s13SendBirdCalls0aB4CallC011getIncomingC0SayAA06DirectD0CGyFZ", + "moduleName": "SendBirdCalls", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, { "kind": "Var", "name": "currentUser", @@ -264556,7 +265042,7 @@ { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift", "kind": "StringLiteral", - "offset": 26516, + "offset": 26618, "length": 27, "value": "\"was called in the state: \"" }, @@ -268679,28 +269165,28 @@ { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "StringLiteral", - "offset": 12674, + "offset": 13182, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 12814, + "offset": 13322, "length": 5, "value": "false" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "Dictionary", - "offset": 13004, + "offset": 13512, "length": 3, "value": "[]" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 17296, + "offset": 17804, "length": 5, "value": "false" }, @@ -270004,19 +270490,19 @@ "kind": "StringLiteral", "offset": 2870, "length": 8, - "value": "\"1.10.8\"" + "value": "\"1.10.9\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift", "kind": "BooleanLiteral", - "offset": 18474, + "offset": 18733, "length": 5, "value": "false" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift", "kind": "BooleanLiteral", - "offset": 23760, + "offset": 24019, "length": 5, "value": "false" }, diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index 6692650..8609b38 100644 --- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -772,6 +772,17 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc public var isLocalScreenShareEnabled: Swift.Bool { @objc get } + public enum RingingSource { + case websocket + case retrieval + case push + public static func == (a: SendBirdCalls.DirectCall.RingingSource, b: SendBirdCalls.DirectCall.RingingSource) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public var ringingSource: SendBirdCalls.DirectCall.RingingSource? @objc deinit } @objc public enum RoomType : Swift.Int, Swift.RawRepresentable, Swift.Codable { @@ -856,6 +867,7 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying { @objc(callForUUID:) public static func getCall(forUUID callUUID: Foundation.UUID) -> SendBirdCalls.DirectCall? @objc public static func getOngoingCallCount() -> Swift.Int @objc public static func getOngoingCalls() -> [SendBirdCalls.DirectCall] + @objc public static func getIncomingCalls() -> [SendBirdCalls.DirectCall] @objc public static var currentUser: SendBirdCalls.User? { @objc get } @@ -936,6 +948,8 @@ extension SendBirdCalls.SoundType : Swift.Hashable {} extension SendBirdCalls.SoundType : Swift.RawRepresentable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Equatable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Hashable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Equatable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Hashable {} extension SendBirdCalls.RoomType : Swift.Equatable {} extension SendBirdCalls.RoomType : Swift.Hashable {} extension SendBirdCalls.Room.State : Swift.Equatable {} diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc index ca37782..338917a 100644 Binary files a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 6692650..8609b38 100644 --- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -772,6 +772,17 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc public var isLocalScreenShareEnabled: Swift.Bool { @objc get } + public enum RingingSource { + case websocket + case retrieval + case push + public static func == (a: SendBirdCalls.DirectCall.RingingSource, b: SendBirdCalls.DirectCall.RingingSource) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public var ringingSource: SendBirdCalls.DirectCall.RingingSource? @objc deinit } @objc public enum RoomType : Swift.Int, Swift.RawRepresentable, Swift.Codable { @@ -856,6 +867,7 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying { @objc(callForUUID:) public static func getCall(forUUID callUUID: Foundation.UUID) -> SendBirdCalls.DirectCall? @objc public static func getOngoingCallCount() -> Swift.Int @objc public static func getOngoingCalls() -> [SendBirdCalls.DirectCall] + @objc public static func getIncomingCalls() -> [SendBirdCalls.DirectCall] @objc public static var currentUser: SendBirdCalls.User? { @objc get } @@ -936,6 +948,8 @@ extension SendBirdCalls.SoundType : Swift.Hashable {} extension SendBirdCalls.SoundType : Swift.RawRepresentable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Equatable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Hashable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Equatable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Hashable {} extension SendBirdCalls.RoomType : Swift.Equatable {} extension SendBirdCalls.RoomType : Swift.Hashable {} extension SendBirdCalls.Room.State : Swift.Equatable {} diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json index 6ee2b60..bb43dde 100644 --- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -34535,6 +34535,33 @@ "isOpen": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "getIncomingCalls", + "printedName": "getIncomingCalls()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SendBirdCalls.DirectCall]", + "children": [ + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls17DirectCallManagerC011getIncomingC0SayAA0dE0CGyF", + "mangledName": "$s13SendBirdCalls17DirectCallManagerC011getIncomingC0SayAA0dE0CGyF", + "moduleName": "SendBirdCalls", + "isOpen": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Function", "name": "holdActiveCalls", @@ -86782,6 +86809,34 @@ "isFromExtension": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "getIncomingCalls", + "printedName": "getIncomingCalls()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SendBirdCalls.DirectCall]", + "children": [ + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls0aB8CallMainC011getIncomingC0SayAA06DirectD0CGyF", + "mangledName": "$s13SendBirdCalls0aB8CallMainC011getIncomingC0SayAA06DirectD0CGyF", + "moduleName": "SendBirdCalls", + "isOpen": true, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Var", "name": "stateInfix", @@ -184960,6 +185015,367 @@ } ] }, + { + "kind": "TypeDecl", + "name": "RingingSource", + "printedName": "RingingSource", + "children": [ + { + "kind": "Var", + "name": "websocket", + "printedName": "websocket", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SendBirdCalls.DirectCall.RingingSource.Type) -> SendBirdCalls.DirectCall.RingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SendBirdCalls.DirectCall.RingingSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9websocketyA2EmF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9websocketyA2EmF", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "retrieval", + "printedName": "retrieval", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SendBirdCalls.DirectCall.RingingSource.Type) -> SendBirdCalls.DirectCall.RingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SendBirdCalls.DirectCall.RingingSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9retrievalyA2EmF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9retrievalyA2EmF", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "push", + "printedName": "push", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SendBirdCalls.DirectCall.RingingSource.Type) -> SendBirdCalls.DirectCall.RingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SendBirdCalls.DirectCall.RingingSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO4pushyA2EmF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO4pushyA2EmF", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + }, + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO2eeoiySbAE_AEtFZ", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO2eeoiySbAE_AEtFZ", + "moduleName": "SendBirdCalls", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivp", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivp", + "moduleName": "SendBirdCalls", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivg", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO9hashValueSivg", + "moduleName": "SendBirdCalls", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO4hash4intoys6HasherVz_tF", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO4hash4intoys6HasherVz_tF", + "moduleName": "SendBirdCalls", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO", + "mangledName": "$s13SendBirdCalls10DirectCallC13RingingSourceO", + "moduleName": "SendBirdCalls", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Var", + "name": "ringingSource", + "printedName": "ringingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SendBirdCalls.DirectCall.RingingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvp", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvp", + "moduleName": "SendBirdCalls", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SendBirdCalls.DirectCall.RingingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvg", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvg", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SendBirdCalls.DirectCall.RingingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvs", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvs", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvM", + "mangledName": "$s13SendBirdCalls10DirectCallC13ringingSourceAC07RingingG0OSgvM", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "statsManager", @@ -197543,6 +197959,43 @@ } ] }, + { + "kind": "Var", + "name": "asRingingSource", + "printedName": "asRingingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "declKind": "Var", + "usr": "s:13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovp", + "mangledName": "$s13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovp", + "moduleName": "SendBirdCalls", + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "RingingSource", + "printedName": "SendBirdCalls.DirectCall.RingingSource", + "usr": "s:13SendBirdCalls10DirectCallC13RingingSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovg", + "mangledName": "$s13SendBirdCalls14EventInputTypeO15asRingingSourceAA10DirectCallC0hI0Ovg", + "moduleName": "SendBirdCalls", + "accessorKind": "get" + } + ] + }, { "kind": "Constructor", "name": "init", @@ -216812,6 +217265,39 @@ ], "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "getIncomingCalls", + "printedName": "getIncomingCalls()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[SendBirdCalls.DirectCall]", + "children": [ + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCSendBirdCall(cm)getIncomingCalls", + "mangledName": "$s13SendBirdCalls0aB4CallC011getIncomingC0SayAA06DirectD0CGyFZ", + "moduleName": "SendBirdCalls", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "funcSelfKind": "NonMutating" + }, { "kind": "Var", "name": "currentUser", @@ -264641,7 +265127,7 @@ { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCallMain.swift", "kind": "StringLiteral", - "offset": 26516, + "offset": 26618, "length": 27, "value": "\"was called in the state: \"" }, @@ -268778,28 +269264,28 @@ { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "StringLiteral", - "offset": 12674, + "offset": 13182, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 12814, + "offset": 13322, "length": 5, "value": "false" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "Dictionary", - "offset": 13004, + "offset": 13512, "length": 3, "value": "[]" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 17296, + "offset": 17804, "length": 5, "value": "false" }, @@ -270103,19 +270589,19 @@ "kind": "StringLiteral", "offset": 2870, "length": 8, - "value": "\"1.10.8\"" + "value": "\"1.10.9\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift", "kind": "BooleanLiteral", - "offset": 18474, + "offset": 18733, "length": 5, "value": "false" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift", "kind": "BooleanLiteral", - "offset": 23760, + "offset": 24019, "length": 5, "value": "false" }, diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index ef4e0fd..7b65e0c 100644 --- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -772,6 +772,17 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc public var isLocalScreenShareEnabled: Swift.Bool { @objc get } + public enum RingingSource { + case websocket + case retrieval + case push + public static func == (a: SendBirdCalls.DirectCall.RingingSource, b: SendBirdCalls.DirectCall.RingingSource) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public var ringingSource: SendBirdCalls.DirectCall.RingingSource? @objc deinit } @objc public enum RoomType : Swift.Int, Swift.RawRepresentable, Swift.Codable { @@ -856,6 +867,7 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying { @objc(callForUUID:) public static func getCall(forUUID callUUID: Foundation.UUID) -> SendBirdCalls.DirectCall? @objc public static func getOngoingCallCount() -> Swift.Int @objc public static func getOngoingCalls() -> [SendBirdCalls.DirectCall] + @objc public static func getIncomingCalls() -> [SendBirdCalls.DirectCall] @objc public static var currentUser: SendBirdCalls.User? { @objc get } @@ -936,6 +948,8 @@ extension SendBirdCalls.SoundType : Swift.Hashable {} extension SendBirdCalls.SoundType : Swift.RawRepresentable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Equatable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Hashable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Equatable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Hashable {} extension SendBirdCalls.RoomType : Swift.Equatable {} extension SendBirdCalls.RoomType : Swift.Hashable {} extension SendBirdCalls.Room.State : Swift.Equatable {} diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index eec4929..da6ba86 100644 Binary files a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index ef4e0fd..7b65e0c 100644 --- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -772,6 +772,17 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc public var isLocalScreenShareEnabled: Swift.Bool { @objc get } + public enum RingingSource { + case websocket + case retrieval + case push + public static func == (a: SendBirdCalls.DirectCall.RingingSource, b: SendBirdCalls.DirectCall.RingingSource) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } + } + public var ringingSource: SendBirdCalls.DirectCall.RingingSource? @objc deinit } @objc public enum RoomType : Swift.Int, Swift.RawRepresentable, Swift.Codable { @@ -856,6 +867,7 @@ extension SendBirdCalls.DialParams : Foundation.NSCopying { @objc(callForUUID:) public static func getCall(forUUID callUUID: Foundation.UUID) -> SendBirdCalls.DirectCall? @objc public static func getOngoingCallCount() -> Swift.Int @objc public static func getOngoingCalls() -> [SendBirdCalls.DirectCall] + @objc public static func getIncomingCalls() -> [SendBirdCalls.DirectCall] @objc public static var currentUser: SendBirdCalls.User? { @objc get } @@ -936,6 +948,8 @@ extension SendBirdCalls.SoundType : Swift.Hashable {} extension SendBirdCalls.SoundType : Swift.RawRepresentable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Equatable {} extension SendBirdCalls.DirectCall.UserRole : Swift.Hashable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Equatable {} +extension SendBirdCalls.DirectCall.RingingSource : Swift.Hashable {} extension SendBirdCalls.RoomType : Swift.Equatable {} extension SendBirdCalls.RoomType : Swift.Hashable {} extension SendBirdCalls.Room.State : Swift.Equatable {} diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/SendBirdCalls b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/SendBirdCalls index 3f2b29f..df51c15 100755 Binary files a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/SendBirdCalls and b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/SendBirdCalls differ diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/_CodeSignature/CodeResources b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/_CodeSignature/CodeResources index 8d28758..2df6208 100644 --- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/_CodeSignature/CodeResources +++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/SendBirdCalls.framework/_CodeSignature/CodeResources @@ -6,7 +6,7 @@ Headers/SendBirdCalls-Swift.h - 7EXw5pRFRNclR2f9W0Mnn7dOgzc= + /LCMGkKfRluebKyxMCsjQ4trpog= Headers/SendBirdCalls.h @@ -14,47 +14,47 @@ Info.plist - LwUCxAdnmPN4rmMzuRzKqOxFUS0= + 8ZYLHHxtaCCX8vSGVCDsKgVBDnA= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json - od3cozzVKqo7Wkyyojb+4FZkwQ4= + x3dILhj7/4gTp7Za5iMkAHjPYII= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - 9WtOXgEzClpi87Vz/FhLHCLzWYo= + Qqh0cTCnJr8ThjTEr3y9upmpGTk= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc - OSpp//+u6La+qvwVYMWFJrdsOJQ= + QvWPDjyCcs3D3dvYiZ+mXDNyFc8= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface - 9WtOXgEzClpi87Vz/FhLHCLzWYo= + Qqh0cTCnJr8ThjTEr3y9upmpGTk= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftmodule - EWAP0NwwoXUTIP1qdYAlayB2NCE= + 6/TVFyetgw7R5xcN+DWln9s/14s= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json - TdntOVKRz1E7SyhuBOl0Ti3raos= + kMmJy28TT77YXZHT9osi3AXNExY= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - BSs0T7CKHNwvwsPnDBMoN3xLrIE= + 3QVXZKP98vHYv3TWSLpfXtaZvTo= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - bheHDZCvmkOFhqEBZG5LX8QDh0U= + ACwmgKN6N30sioJ6IYfNfv9qyzg= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - BSs0T7CKHNwvwsPnDBMoN3xLrIE= + 3QVXZKP98vHYv3TWSLpfXtaZvTo= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - CMYmgX8zypAQNM6kXDl1Rlu38ho= + T0+Qk27Yylqq977xOz6SLyeAFHA= Modules/module.modulemap @@ -67,7 +67,7 @@ hash2 - bm4g53aZqCIk4mQRbE+6OUTgQyG+rqHiEvVx8GDlXXk= + xjgRZkAQb0Vx+/UbpZqWpWVbscCnXWzfP7JV8Jqd/AM= Headers/SendBirdCalls.h @@ -81,70 +81,70 @@ hash2 - L65ApRRC88pOF4aEUZpjwJC79UMvEFdyDS+lFA4SfT8= + PQ0+qiByhl5rjhfaDDC19sSDYv4OJH5BMvPSsYzfDU4= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - GKI9/0yjobtgHugbKrjAUFocCFMxJ++MYTY2JPfN+t4= + JoYRVSAc7W3Sc1xG/XLObUaJD4uzitAnGdkHcHMgEYA= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - g8lk4bKshp8cRQhAPVpV6V8U0JU/JqyVVWIbxsPUIio= + LUocHPy3Hd/kB17U9fJuP5OFN7vzfpIrSgTBwB7DSls= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - GKI9/0yjobtgHugbKrjAUFocCFMxJ++MYTY2JPfN+t4= + JoYRVSAc7W3Sc1xG/XLObUaJD4uzitAnGdkHcHMgEYA= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - Hbjf451kkw7zKGX2DLEObBnlRGW6dtPPrvcBjkD+JX0= + 3c3T8lMA3Xq8cvuVDK7wz1AtImgqRcDwXunhOPxACA0= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - nSypDmGRtqiTxULcyZDkfmkJe9hpTyJchTb3vfk6LnU= + pIOXr98hbF0gCR1ZFJ8PlJZeYqRBhyuaTsKxGQD060c= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - PP4loeXZ1jE6sXQTjxALUSsSAh6Uez/DNZhRI0TyRas= + MHbFbrpP3jGuPfFgFIJvlhFUgtp4PLMaPPCDNVEFTuM= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - 6j6TjXuXkWgvZHnH00m1F8nxYoQBlUiAeBqVM71MwI0= + W4u/wbgGgyR5bQrynVYCpL8aeMZDOkyk2J6S/gbTMAE= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - PP4loeXZ1jE6sXQTjxALUSsSAh6Uez/DNZhRI0TyRas= + MHbFbrpP3jGuPfFgFIJvlhFUgtp4PLMaPPCDNVEFTuM= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - +u0590MsgjiO5csdd5CPcpsH01WNujRxk6LD6Hf3/8Q= + TAu52g9IgQwqLmCZ/TSHbqvVgw+pfbH6cKWcHgzcoWs= Modules/module.modulemap diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist index 957b041..464e4a0 100644 --- a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist +++ b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Info.plist @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleShortVersionString - 1.10.8 + 1.10.9 CFBundleVersion 1 diff --git a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls index cbaf14f..8ffa9e0 100644 Binary files a/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls and b/SendBirdCalls.xcframework/ios-arm64_x86_64-simulator/dSYMs/SendBirdCalls.framework.dSYM/Contents/Resources/DWARF/SendBirdCalls differ