Skip to content

Commit

Permalink
Release 1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Jun 16, 2023
1 parent f631f03 commit e594ce5
Show file tree
Hide file tree
Showing 25 changed files with 536 additions and 41 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion SendBirdCalls.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>SendBirdCallDelegate.didStartRinging</code> 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 <code>none</code>.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<Self where Self : SendBirdCalls.DirectCallDelegate>",
"protocolReq": true,
"declAttributes": [
"Optional",
"ObjC",
"RawDocComment"
],
"reqNewWitnessTableEntry": true,
"funcSelfKind": "NonMutating"
}
],
"declKind": "Protocol",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.10.7</string>
<string>1.10.8</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>SendBirdCallDelegate.didStartRinging</code> 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 <code>none</code>.
Expand Down Expand Up @@ -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 <code>SendBirdCallDelegate.didStartRinging</code> 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 <code>none</code>.
Expand Down
Binary file not shown.
Loading

0 comments on commit e594ce5

Please sign in to comment.