Skip to content

Commit

Permalink
Merge pull request #12 from sendbird/release/1.10.11
Browse files Browse the repository at this point in the history
Release 1.10.11
  • Loading branch information
mininny authored Aug 2, 2023
2 parents 0261b90 + ea3fa80 commit 6c54733
Show file tree
Hide file tree
Showing 16 changed files with 659 additions and 20 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.11 (Aug 2, 2023)
* Fix an issue where Direct Call's Connection Quality would report 'Unavailable' for a few seconds after connecting the call.

### 1.10.10 (Jul 31, 2023)
* Added support for Direct Call quality monitoring in Sendbird Dashboard.

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.10"
s.version = "1.10.11"
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
10 changes: 5 additions & 5 deletions SendBirdCalls.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SendBirdCalls.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SendBirdCalls.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -165206,6 +165206,204 @@
"isOpen": true,
"funcSelfKind": "NonMutating"
},
{
"kind": "Var",
"name": "haveRetrievedValidStat",
"printedName": "haveRetrievedValidStat",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Var",
"usr": "s:13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvp",
"mangledName": "$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvp",
"moduleName": "SendBirdCalls",
"isOpen": true,
"declAttributes": [
"HasInitialValue",
"HasStorage"
],
"fixedbinaryorder": 5,
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Bool",
"printedName": "Swift.Bool",
"usr": "s:Sb"
}
],
"declKind": "Accessor",
"usr": "s:13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvg",
"mangledName": "$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvg",
"moduleName": "SendBirdCalls",
"implicit": true,
"isOpen": true,
"declAttributes": [
"Transparent"
],
"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": "s:13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvs",
"mangledName": "$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvs",
"moduleName": "SendBirdCalls",
"implicit": true,
"isOpen": true,
"declAttributes": [
"Transparent"
],
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvM",
"mangledName": "$s13SendBirdCalls18CallQualityMonitorC22haveRetrievedValidStatSbvM",
"moduleName": "SendBirdCalls",
"implicit": true,
"isOpen": true,
"declAttributes": [
"Transparent"
],
"accessorKind": "_modify"
}
]
},
{
"kind": "Var",
"name": "updateCount",
"printedName": "updateCount",
"children": [
{
"kind": "TypeNominal",
"name": "Int",
"printedName": "Swift.Int",
"usr": "s:Si"
}
],
"declKind": "Var",
"usr": "s:13SendBirdCalls18CallQualityMonitorC11updateCountSivp",
"mangledName": "$s13SendBirdCalls18CallQualityMonitorC11updateCountSivp",
"moduleName": "SendBirdCalls",
"isOpen": true,
"declAttributes": [
"HasInitialValue",
"HasStorage"
],
"fixedbinaryorder": 6,
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Int",
"printedName": "Swift.Int",
"usr": "s:Si"
}
],
"declKind": "Accessor",
"usr": "s:13SendBirdCalls18CallQualityMonitorC11updateCountSivg",
"mangledName": "$s13SendBirdCalls18CallQualityMonitorC11updateCountSivg",
"moduleName": "SendBirdCalls",
"implicit": true,
"isOpen": true,
"declAttributes": [
"Transparent"
],
"accessorKind": "get"
},
{
"kind": "Accessor",
"name": "Set",
"printedName": "Set()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "Int",
"printedName": "Swift.Int",
"usr": "s:Si"
}
],
"declKind": "Accessor",
"usr": "s:13SendBirdCalls18CallQualityMonitorC11updateCountSivs",
"mangledName": "$s13SendBirdCalls18CallQualityMonitorC11updateCountSivs",
"moduleName": "SendBirdCalls",
"implicit": true,
"isOpen": true,
"declAttributes": [
"Transparent"
],
"accessorKind": "set"
},
{
"kind": "Accessor",
"name": "Modify",
"printedName": "Modify()",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
}
],
"declKind": "Accessor",
"usr": "s:13SendBirdCalls18CallQualityMonitorC11updateCountSivM",
"mangledName": "$s13SendBirdCalls18CallQualityMonitorC11updateCountSivM",
"moduleName": "SendBirdCalls",
"implicit": true,
"isOpen": true,
"declAttributes": [
"Transparent"
],
"accessorKind": "_modify"
}
]
},
{
"kind": "Function",
"name": "updateStats",
Expand Down Expand Up @@ -268492,6 +268690,20 @@
"length": 3,
"value": "3.0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
"kind": "BooleanLiteral",
"offset": 3912,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Call\/CallQuality.swift",
"kind": "IntegerLiteral",
"offset": 3940,
"length": 1,
"value": "0"
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Common\/SendBirdError.swift",
"kind": "IntegerLiteral",
Expand Down Expand Up @@ -271122,7 +271334,7 @@
"kind": "StringLiteral",
"offset": 2870,
"length": 9,
"value": "\"1.10.10\""
"value": "\"1.10.11\""
},
{
"filePath": "\/Users\/distiller\/project\/SendBirdCalls\/Main\/SendBirdCall.swift",
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.10</string>
<string>1.10.11</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 6c54733

Please sign in to comment.