Skip to content

Commit cf67667

Browse files
committed
v2.2.1
1 parent 84b5da5 commit cf67667

16 files changed

+8938
-8767
lines changed

Frameworks/VideoSDKRTC.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>VideoSDKRTC.framework/VideoSDKRTC</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>VideoSDKRTC.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>BinaryPath</key>
2326
<string>VideoSDKRTC.framework/VideoSDKRTC</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
2730
<string>VideoSDKRTC.framework</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>
Binary file not shown.

Frameworks/VideoSDKRTC.xcframework/ios-arm64/VideoSDKRTC.framework/Modules/VideoSDKRTC.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 2965 additions & 2914 deletions
Large diffs are not rendered by default.

Frameworks/VideoSDKRTC.xcframework/ios-arm64/VideoSDKRTC.framework/Modules/VideoSDKRTC.swiftmodule/arm64-apple-ios.private.swiftinterface

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import ARKit
66
import AVFoundation
77
import AVKit
88
import CoreImage.CIFilterBuiltins
9+
import CallKit
910
import CoreImage
1011
import CoreMedia
1112
import Darwin
@@ -4713,6 +4714,7 @@ public protocol MeetingEventListener : AnyObject {
47134714
func onMicChanged(selectedDevice: Swift.String)
47144715
func onWhiteboardStarted(url: Foundation.URL)
47154716
func onWhiteboardStopped()
4717+
func onExternalCallStarted()
47164718
func onCharacterJoined(character: VideoSDKRTC.AICharacter)
47174719
func onCharacterLeft(character: VideoSDKRTC.AICharacter)
47184720
func onCharacterMessage(message: VideoSDKRTC.CharacterMessage)
@@ -4743,6 +4745,7 @@ extension VideoSDKRTC.MeetingEventListener {
47434745
public func onMicChanged(selectedDevice: Swift.String)
47444746
public func onWhiteboardStarted(url: Foundation.URL)
47454747
public func onWhiteboardStopped()
4748+
public func onExternalCallStarted()
47464749
public func onCharacterJoined(character: VideoSDKRTC.AICharacter)
47474750
public func onCharacterLeft(character: VideoSDKRTC.AICharacter)
47484751
public func onCharacterMessage(message: VideoSDKRTC.CharacterMessage)

Frameworks/VideoSDKRTC.xcframework/ios-arm64/VideoSDKRTC.framework/Modules/VideoSDKRTC.swiftmodule/arm64-apple-ios.swiftinterface

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import ARKit
66
import AVFoundation
77
import AVKit
88
import CoreImage.CIFilterBuiltins
9+
import CallKit
910
import CoreImage
1011
import CoreMedia
1112
import Darwin
@@ -4713,6 +4714,7 @@ public protocol MeetingEventListener : AnyObject {
47134714
func onMicChanged(selectedDevice: Swift.String)
47144715
func onWhiteboardStarted(url: Foundation.URL)
47154716
func onWhiteboardStopped()
4717+
func onExternalCallStarted()
47164718
func onCharacterJoined(character: VideoSDKRTC.AICharacter)
47174719
func onCharacterLeft(character: VideoSDKRTC.AICharacter)
47184720
func onCharacterMessage(message: VideoSDKRTC.CharacterMessage)
@@ -4743,6 +4745,7 @@ extension VideoSDKRTC.MeetingEventListener {
47434745
public func onMicChanged(selectedDevice: Swift.String)
47444746
public func onWhiteboardStarted(url: Foundation.URL)
47454747
public func onWhiteboardStopped()
4748+
public func onExternalCallStarted()
47464749
public func onCharacterJoined(character: VideoSDKRTC.AICharacter)
47474750
public func onCharacterLeft(character: VideoSDKRTC.AICharacter)
47484751
public func onCharacterMessage(message: VideoSDKRTC.CharacterMessage)
Binary file not shown.

0 commit comments

Comments
 (0)