diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3658e..0557050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +### 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. + ### 1.10.7 (May 23, 2023) * Added `SendBirdCall.retrieveMissedDirectCalls` to get incoming direct calls that were not received via push notifications. * Added `SendBirdCallDelegate.didReceiveVoIPException` to handle any incorrectly received voip push notifications. diff --git a/SendBirdCalls.podspec b/SendBirdCalls.podspec index e2361e7..15ae9d7 100644 --- a/SendBirdCalls.podspec +++ b/SendBirdCalls.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SendBirdCalls" - s.version = "1.10.7" + s.version = "1.10.8" 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 47061f8..4dde527 100644 --- a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h +++ b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h @@ -1154,6 +1154,10 @@ SWIFT_PROTOCOL_NAMED("DirectCallDelegate") /// \param isUserOnHold Returns true if the user’s hold status is changed to on hold /// - (void)didUserHoldStatusChange:(SBCDirectCall * _Nonnull)call isLocalUser:(BOOL)isLocalUser isUserOnHold:(BOOL)isUserOnHold; +/// Called when the callee has received the SendBirdCallDelegate.didStartRinging delegate method. This indicates that the calle has received the call notification. +/// \param call DirectCall that the callee received +/// +- (void)didCalleeReceiveDial:(SBCDirectCall * _Nonnull)call; @end /// End results for DirectCall. Indicates reasons for failure or completion. Value for an ongoing call is none. diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist index b09a0fc..ebc2b8c 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 cd8a845..b562ea7 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 @@ -176830,6 +176830,38 @@ ], "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didCalleeReceiveDial", + "printedName": "didCalleeReceiveDial(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "declKind": "Func", + "usr": "c:@M@SendBirdCalls@objc(pl)SBCDirectCallDelegate(im)didCalleeReceiveDial:", + "mangledName": "$s13SendBirdCalls18DirectCallDelegateP20didCalleeReceiveDialyyAA0dE0CF", + "moduleName": "SendBirdCalls", + "genericSig": "<τ_0_0 where τ_0_0 : SendBirdCalls.DirectCallDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" } ], "declKind": "Protocol", @@ -184747,6 +184779,102 @@ } ] }, + { + "kind": "Var", + "name": "isDialReceiveEventCommandProcessed", + "printedName": "isDialReceiveEventCommandProcessed", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall(py)isDialReceiveEventCommandProcessed", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvp", + "moduleName": "SendBirdCalls", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall(im)isDialReceiveEventCommandProcessed", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvg", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall(im)setIsDialReceiveEventCommandProcessed:", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvs", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvM", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvM", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "statsManager", @@ -189720,6 +189848,29 @@ "isFromExtension": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "broadcastCalleeDialReceive", + "printedName": "broadcastCalleeDialReceive()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@SendBirdCalls@objc(cs)SBCDirectCall(im)broadcastCalleeDialReceive", + "mangledName": "$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyF", + "moduleName": "SendBirdCalls", + "isOpen": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Function", "name": "didGenerateICECandidate", @@ -268518,31 +268669,38 @@ "length": 2, "value": "[]" }, + { + "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", + "kind": "BooleanLiteral", + "offset": 11975, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "StringLiteral", - "offset": 12618, + "offset": 12674, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 12758, + "offset": 12814, "length": 5, "value": "false" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "Dictionary", - "offset": 12948, + "offset": 13004, "length": 3, "value": "[]" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 17240, + "offset": 17296, "length": 5, "value": "false" }, @@ -269846,7 +270004,7 @@ "kind": "StringLiteral", "offset": 2870, "length": 8, - "value": "\"1.10.7\"" + "value": "\"1.10.8\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift", 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 cd7b899..5704b78 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 @@ -662,6 +662,7 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc optional func didDeleteCustomItems(call: SendBirdCalls.DirectCall, deletedKeys: [Swift.String]) @objc optional func didRemoteRecordingStatusChange(_ call: SendBirdCalls.DirectCall) @objc optional func didUserHoldStatusChange(_ call: SendBirdCalls.DirectCall, isLocalUser: Swift.Bool, isUserOnHold: Swift.Bool) + @objc optional func didCalleeReceiveDial(_ call: SendBirdCalls.DirectCall) } @objc(SBCSoundType) public enum SoundType : Swift.Int { case dialing 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 db2ea31..e790155 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 cd7b899..5704b78 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 @@ -662,6 +662,7 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc optional func didDeleteCustomItems(call: SendBirdCalls.DirectCall, deletedKeys: [Swift.String]) @objc optional func didRemoteRecordingStatusChange(_ call: SendBirdCalls.DirectCall) @objc optional func didUserHoldStatusChange(_ call: SendBirdCalls.DirectCall, isLocalUser: Swift.Bool, isUserOnHold: Swift.Bool) + @objc optional func didCalleeReceiveDial(_ call: SendBirdCalls.DirectCall) } @objc(SBCSoundType) public enum SoundType : Swift.Int { case dialing diff --git a/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls b/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls index 92cd894..b373d35 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 38b9935..957b041 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.7 + 1.10.8 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 415ec27..fb28da7 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 5c58b84..1baeed0 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 @@ -1154,6 +1154,10 @@ SWIFT_PROTOCOL_NAMED("DirectCallDelegate") /// \param isUserOnHold Returns true if the user’s hold status is changed to on hold /// - (void)didUserHoldStatusChange:(SBCDirectCall * _Nonnull)call isLocalUser:(BOOL)isLocalUser isUserOnHold:(BOOL)isUserOnHold; +/// Called when the callee has received the SendBirdCallDelegate.didStartRinging delegate method. This indicates that the calle has received the call notification. +/// \param call DirectCall that the callee received +/// +- (void)didCalleeReceiveDial:(SBCDirectCall * _Nonnull)call; @end /// End results for DirectCall. Indicates reasons for failure or completion. Value for an ongoing call is none. @@ -4433,6 +4437,10 @@ SWIFT_PROTOCOL_NAMED("DirectCallDelegate") /// \param isUserOnHold Returns true if the user’s hold status is changed to on hold /// - (void)didUserHoldStatusChange:(SBCDirectCall * _Nonnull)call isLocalUser:(BOOL)isLocalUser isUserOnHold:(BOOL)isUserOnHold; +/// Called when the callee has received the SendBirdCallDelegate.didStartRinging delegate method. This indicates that the calle has received the call notification. +/// \param call DirectCall that the callee received +/// +- (void)didCalleeReceiveDial:(SBCDirectCall * _Nonnull)call; @end /// End results for DirectCall. Indicates reasons for failure or completion. Value for an ongoing call is none. 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 8e23c11..ef1c515 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 cd8a845..b562ea7 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 @@ -176830,6 +176830,38 @@ ], "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didCalleeReceiveDial", + "printedName": "didCalleeReceiveDial(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "declKind": "Func", + "usr": "c:@M@SendBirdCalls@objc(pl)SBCDirectCallDelegate(im)didCalleeReceiveDial:", + "mangledName": "$s13SendBirdCalls18DirectCallDelegateP20didCalleeReceiveDialyyAA0dE0CF", + "moduleName": "SendBirdCalls", + "genericSig": "<τ_0_0 where τ_0_0 : SendBirdCalls.DirectCallDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" } ], "declKind": "Protocol", @@ -184747,6 +184779,102 @@ } ] }, + { + "kind": "Var", + "name": "isDialReceiveEventCommandProcessed", + "printedName": "isDialReceiveEventCommandProcessed", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall(py)isDialReceiveEventCommandProcessed", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvp", + "moduleName": "SendBirdCalls", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall(im)isDialReceiveEventCommandProcessed", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvg", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall(im)setIsDialReceiveEventCommandProcessed:", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvs", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvM", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvM", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "statsManager", @@ -189720,6 +189848,29 @@ "isFromExtension": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "broadcastCalleeDialReceive", + "printedName": "broadcastCalleeDialReceive()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@SendBirdCalls@objc(cs)SBCDirectCall(im)broadcastCalleeDialReceive", + "mangledName": "$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyF", + "moduleName": "SendBirdCalls", + "isOpen": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Function", "name": "didGenerateICECandidate", @@ -268518,31 +268669,38 @@ "length": 2, "value": "[]" }, + { + "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", + "kind": "BooleanLiteral", + "offset": 11975, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "StringLiteral", - "offset": 12618, + "offset": 12674, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 12758, + "offset": 12814, "length": 5, "value": "false" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "Dictionary", - "offset": 12948, + "offset": 13004, "length": 3, "value": "[]" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 17240, + "offset": 17296, "length": 5, "value": "false" }, @@ -269846,7 +270004,7 @@ "kind": "StringLiteral", "offset": 2870, "length": 8, - "value": "\"1.10.7\"" + "value": "\"1.10.8\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift", 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 250c11a..6692650 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 @@ -662,6 +662,7 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc optional func didDeleteCustomItems(call: SendBirdCalls.DirectCall, deletedKeys: [Swift.String]) @objc optional func didRemoteRecordingStatusChange(_ call: SendBirdCalls.DirectCall) @objc optional func didUserHoldStatusChange(_ call: SendBirdCalls.DirectCall, isLocalUser: Swift.Bool, isUserOnHold: Swift.Bool) + @objc optional func didCalleeReceiveDial(_ call: SendBirdCalls.DirectCall) } @objc(SBCSoundType) public enum SoundType : Swift.Int { case dialing 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 d818fe7..ca37782 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 250c11a..6692650 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 @@ -662,6 +662,7 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc optional func didDeleteCustomItems(call: SendBirdCalls.DirectCall, deletedKeys: [Swift.String]) @objc optional func didRemoteRecordingStatusChange(_ call: SendBirdCalls.DirectCall) @objc optional func didUserHoldStatusChange(_ call: SendBirdCalls.DirectCall, isLocalUser: Swift.Bool, isUserOnHold: Swift.Bool) + @objc optional func didCalleeReceiveDial(_ call: SendBirdCalls.DirectCall) } @objc(SBCSoundType) public enum SoundType : Swift.Int { case dialing 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 2cf8aa0..6ee2b60 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 @@ -176915,6 +176915,38 @@ ], "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "didCalleeReceiveDial", + "printedName": "didCalleeReceiveDial(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "DirectCall", + "printedName": "SendBirdCalls.DirectCall", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall" + } + ], + "declKind": "Func", + "usr": "c:@M@SendBirdCalls@objc(pl)SBCDirectCallDelegate(im)didCalleeReceiveDial:", + "mangledName": "$s13SendBirdCalls18DirectCallDelegateP20didCalleeReceiveDialyyAA0dE0CF", + "moduleName": "SendBirdCalls", + "genericSig": "<τ_0_0 where τ_0_0 : SendBirdCalls.DirectCallDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" } ], "declKind": "Protocol", @@ -184832,6 +184864,102 @@ } ] }, + { + "kind": "Var", + "name": "isDialReceiveEventCommandProcessed", + "printedName": "isDialReceiveEventCommandProcessed", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall(py)isDialReceiveEventCommandProcessed", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvp", + "moduleName": "SendBirdCalls", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall(im)isDialReceiveEventCommandProcessed", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvg", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@SendBirdCalls@objc(cs)SBCDirectCall(im)setIsDialReceiveEventCommandProcessed:", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvs", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvM", + "mangledName": "$s13SendBirdCalls10DirectCallC34isDialReceiveEventCommandProcessedSbvM", + "moduleName": "SendBirdCalls", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, { "kind": "Var", "name": "statsManager", @@ -189805,6 +189933,29 @@ "isFromExtension": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "broadcastCalleeDialReceive", + "printedName": "broadcastCalleeDialReceive()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@CM@SendBirdCalls@objc(cs)SBCDirectCall(im)broadcastCalleeDialReceive", + "mangledName": "$s13SendBirdCalls10DirectCallC26broadcastCalleeDialReceiveyyF", + "moduleName": "SendBirdCalls", + "isOpen": true, + "declAttributes": [ + "Dynamic", + "ObjC" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Function", "name": "didGenerateICECandidate", @@ -268617,31 +268768,38 @@ "length": 2, "value": "[]" }, + { + "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", + "kind": "BooleanLiteral", + "offset": 11975, + "length": 5, + "value": "false" + }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "StringLiteral", - "offset": 12618, + "offset": 12674, "length": 2, "value": "\"\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 12758, + "offset": 12814, "length": 5, "value": "false" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "Dictionary", - "offset": 12948, + "offset": 13004, "length": 3, "value": "[]" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/DirectCall\/DirectCall.swift", "kind": "BooleanLiteral", - "offset": 17240, + "offset": 17296, "length": 5, "value": "false" }, @@ -269945,7 +270103,7 @@ "kind": "StringLiteral", "offset": 2870, "length": 8, - "value": "\"1.10.7\"" + "value": "\"1.10.8\"" }, { "filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift", 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 8df0d9a..ef4e0fd 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 @@ -662,6 +662,7 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc optional func didDeleteCustomItems(call: SendBirdCalls.DirectCall, deletedKeys: [Swift.String]) @objc optional func didRemoteRecordingStatusChange(_ call: SendBirdCalls.DirectCall) @objc optional func didUserHoldStatusChange(_ call: SendBirdCalls.DirectCall, isLocalUser: Swift.Bool, isUserOnHold: Swift.Bool) + @objc optional func didCalleeReceiveDial(_ call: SendBirdCalls.DirectCall) } @objc(SBCSoundType) public enum SoundType : Swift.Int { case dialing 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 1ecdf4d..eec4929 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 8df0d9a..ef4e0fd 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 @@ -662,6 +662,7 @@ public protocol ConnectionQualityDelegate : AnyObject { @objc optional func didDeleteCustomItems(call: SendBirdCalls.DirectCall, deletedKeys: [Swift.String]) @objc optional func didRemoteRecordingStatusChange(_ call: SendBirdCalls.DirectCall) @objc optional func didUserHoldStatusChange(_ call: SendBirdCalls.DirectCall, isLocalUser: Swift.Bool, isUserOnHold: Swift.Bool) + @objc optional func didCalleeReceiveDial(_ call: SendBirdCalls.DirectCall) } @objc(SBCSoundType) public enum SoundType : Swift.Int { case dialing 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 2e6c565..3f2b29f 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 c084d87..8d28758 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 - QoeknUPMPP5mQJQC4GKgUquAr+8= + 7EXw5pRFRNclR2f9W0Mnn7dOgzc= Headers/SendBirdCalls.h @@ -14,47 +14,47 @@ Info.plist - 7gvdu8HU57nUdnQLzw+71y6roWE= + LwUCxAdnmPN4rmMzuRzKqOxFUS0= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json - GBW8QH6E6QpnYGujVgqyXD+NaSo= + od3cozzVKqo7Wkyyojb+4FZkwQ4= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - +GZuguRrWjmAQwNLUHThfportNs= + 9WtOXgEzClpi87Vz/FhLHCLzWYo= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc - F2xZmjQpkN5hndpI1E4Dx7zJ1kg= + OSpp//+u6La+qvwVYMWFJrdsOJQ= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface - +GZuguRrWjmAQwNLUHThfportNs= + 9WtOXgEzClpi87Vz/FhLHCLzWYo= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftmodule - EfeHADfA42RKVuR9JrL6LU4mSos= + EWAP0NwwoXUTIP1qdYAlayB2NCE= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json - u52rOvMDlYpkch05Ubq6J19Cxp4= + TdntOVKRz1E7SyhuBOl0Ti3raos= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - YKtM3AUM4D8VekWNx8lOAjamnPc= + BSs0T7CKHNwvwsPnDBMoN3xLrIE= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - FXufMVByZfkF6c1bEZAUGYEcpqY= + bheHDZCvmkOFhqEBZG5LX8QDh0U= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - YKtM3AUM4D8VekWNx8lOAjamnPc= + BSs0T7CKHNwvwsPnDBMoN3xLrIE= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - a87CH03DmB0538vmeQPhgMKuTAQ= + CMYmgX8zypAQNM6kXDl1Rlu38ho= Modules/module.modulemap @@ -67,7 +67,7 @@ hash2 - lnJnwmctxuX9ozIc/nUEelglbnJjjabfhkZMCZ9dzAY= + bm4g53aZqCIk4mQRbE+6OUTgQyG+rqHiEvVx8GDlXXk= Headers/SendBirdCalls.h @@ -81,70 +81,70 @@ hash2 - DSU2k5Qjvulq9vvcBZA9hOTQvGMKuWUfmhp7w2/MHE4= + L65ApRRC88pOF4aEUZpjwJC79UMvEFdyDS+lFA4SfT8= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - IblVJtWQJWgWcV2EuY7rZV3ov/Mg9BwuXSUXSrDXfqE= + GKI9/0yjobtgHugbKrjAUFocCFMxJ++MYTY2JPfN+t4= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - sEgC05A5ufM/Jnn8qr1cwXi4z0okRxS3SffuZaeNGUM= + g8lk4bKshp8cRQhAPVpV6V8U0JU/JqyVVWIbxsPUIio= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - IblVJtWQJWgWcV2EuY7rZV3ov/Mg9BwuXSUXSrDXfqE= + GKI9/0yjobtgHugbKrjAUFocCFMxJ++MYTY2JPfN+t4= Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - Do0Mr0OIECG6GWp2/70FBU5Id49EKg2qi7o8WI53ElM= + Hbjf451kkw7zKGX2DLEObBnlRGW6dtPPrvcBjkD+JX0= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - LbOuhS6r495eAw7ciE8NJgzi1We+5u6ndNryJd2W0Bw= + nSypDmGRtqiTxULcyZDkfmkJe9hpTyJchTb3vfk6LnU= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - ccoaJmOPyoAamH0/ppzfZxWx4bcMhF2T0VZWsv8vL1E= + PP4loeXZ1jE6sXQTjxALUSsSAh6Uez/DNZhRI0TyRas= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - 6nCaf4yL7bpiB6659bvgWPSejefOa2TAVoB2B1LKdCo= + 6j6TjXuXkWgvZHnH00m1F8nxYoQBlUiAeBqVM71MwI0= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - ccoaJmOPyoAamH0/ppzfZxWx4bcMhF2T0VZWsv8vL1E= + PP4loeXZ1jE6sXQTjxALUSsSAh6Uez/DNZhRI0TyRas= Modules/SendBirdCalls.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - QZqF73jOfF6gOMHbKgjoeMltcmvvAZJxyx2+ZPUcdxM= + +u0590MsgjiO5csdd5CPcpsH01WNujRxk6LD6Hf3/8Q= 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 38b9935..957b041 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.7 + 1.10.8 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 41b9c12..cbaf14f 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