You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Frameworks/VideoSDKRTC.xcframework/ios-arm64/VideoSDKRTC.framework/Modules/VideoSDKRTC.swiftmodule/arm64-apple-ios.abi.json
Copy file name to clipboardExpand all lines: Frameworks/VideoSDKRTC.xcframework/ios-arm64/VideoSDKRTC.framework/Modules/VideoSDKRTC.swiftmodule/arm64-apple-ios.private.swiftinterface
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ public enum CustomVideoTrackConfig {
29
29
get
30
30
}
31
31
}
32
+
@_hasMissingDesignatedInitializers public class CustomRTCMediaStream {
33
+
@objc deinit
34
+
}
32
35
extension Foundation.Data {
33
36
public func toJSONString() -> Swift.String
34
37
public func toJSON() -> [Swift.String : Any]
@@ -97,10 +100,7 @@ public enum MediaType : Swift.Equatable {
97
100
public var pubsub: VideoSDKRTC.PubSub {
98
101
get
99
102
}
100
-
public var customVideoMediaStream: WebRTC.RTCVideoTrack? {
101
-
get
102
-
}
103
-
public var encodings: VideoSDKRTC.CustomVideoTrackConfig? {
103
+
public var customVideoMediaStream: VideoSDKRTC.CustomRTCMediaStream? {
Copy file name to clipboardExpand all lines: Frameworks/VideoSDKRTC.xcframework/ios-arm64/VideoSDKRTC.framework/Modules/VideoSDKRTC.swiftmodule/arm64-apple-ios.swiftinterface
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ public enum CustomVideoTrackConfig {
29
29
get
30
30
}
31
31
}
32
+
@_hasMissingDesignatedInitializers public class CustomRTCMediaStream {
33
+
@objc deinit
34
+
}
32
35
extension Foundation.Data {
33
36
public func toJSONString() -> Swift.String
34
37
public func toJSON() -> [Swift.String : Any]
@@ -97,10 +100,7 @@ public enum MediaType : Swift.Equatable {
97
100
public var pubsub: VideoSDKRTC.PubSub {
98
101
get
99
102
}
100
-
public var customVideoMediaStream: WebRTC.RTCVideoTrack? {
101
-
get
102
-
}
103
-
public var encodings: VideoSDKRTC.CustomVideoTrackConfig? {
103
+
public var customVideoMediaStream: VideoSDKRTC.CustomRTCMediaStream? {
0 commit comments