Showing
58 changed files
with
2 additions
and
74 deletions
This file is too large to display.
No preview for this file type
No preview for this file type
This file is too large to display.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
@@ -643,22 +643,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo5HHRTC_") | @@ -643,22 +643,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo5HHRTC_") | ||
643 | - (void)startRingWithAudioId:(NSInteger)audioId; | 643 | - (void)startRingWithAudioId:(NSInteger)audioId; |
644 | /// 结束响铃 | 644 | /// 结束响铃 |
645 | - (void)stopRing; | 645 | - (void)stopRing; |
646 | -/// 主叫 - 多人创建&加入房间 | ||
647 | -- (void)createJoinMeetingWithOrderId:(NSString * _Nonnull)orderId completion:(void (^ _Nonnull)(NSError * _Nullable, uint64_t))completion; | ||
648 | -/// 主叫 - 创建信道并加入 | ||
649 | -- (void)createJoinChannelWithSigCustomInfo:(NSString * _Nonnull)sigCustomInfo completion:(void (^ _Nonnull)(NSError * _Nullable, NSString * _Nonnull))completion; | ||
650 | -/// 主叫 - 邀请成员 | ||
651 | -- (void)inviteMembersWithUuid:(NSString * _Nonnull)uuid channelId:(NSString * _Nonnull)channelId requestId:(NSString * _Nonnull)requestId customInfo:(NSString * _Nonnull)customInfo isToMember:(BOOL)isToMember myName:(NSString * _Nonnull)myName completion:(void (^ _Nonnull)(NSError * _Nullable, uint64_t))completion; | ||
652 | -/// 主叫 - 取消邀请成员 | ||
653 | -- (void)cancelInviteWithUuid:(NSString * _Nonnull)uuid channelId:(NSString * _Nonnull)channelId requestId:(NSString * _Nonnull)requestId customInfo:(NSString * _Nonnull)customInfo completion:(void (^ _Nonnull)(NSError * _Nullable, uint64_t))completion; | ||
654 | -/// 被叫 - 拒听 | ||
655 | -- (void)sendBusyLine:(NSString * _Nullable)cusInfo channelId:(NSString * _Nonnull)channelId; | ||
656 | -/// 被叫 - 加入房间 | ||
657 | -- (void)joinMeetWithOrderId:(NSString * _Nonnull)orderId completion:(void (^ _Nonnull)(NSError * _Nullable))completion; | ||
658 | -/// 被叫 - 加入房间成功信令 | ||
659 | -- (void)acceptSignalWithAccountId:(NSString * _Nonnull)accountId channelId:(NSString * _Nonnull)channelId requestId:(NSString * _Nonnull)requestId customInfo:(NSString * _Nonnull)customInfo completion:(void (^ _Nonnull)(NSError * _Nullable))completion; | ||
660 | -/// 被叫 - 发送自定义信令 | ||
661 | -- (void)sendCusSignalWithChannelId:(NSString * _Nonnull)channelId customStr:(NSString * _Nonnull)customStr completion:(void (^ _Nonnull)(NSError * _Nullable))completion; | ||
662 | @end | 646 | @end |
663 | 647 | ||
664 | 648 | ||
@@ -1411,22 +1395,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo5HHRTC_") | @@ -1411,22 +1395,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo5HHRTC_") | ||
1411 | - (void)startRingWithAudioId:(NSInteger)audioId; | 1395 | - (void)startRingWithAudioId:(NSInteger)audioId; |
1412 | /// 结束响铃 | 1396 | /// 结束响铃 |
1413 | - (void)stopRing; | 1397 | - (void)stopRing; |
1414 | -/// 主叫 - 多人创建&加入房间 | ||
1415 | -- (void)createJoinMeetingWithOrderId:(NSString * _Nonnull)orderId completion:(void (^ _Nonnull)(NSError * _Nullable, uint64_t))completion; | ||
1416 | -/// 主叫 - 创建信道并加入 | ||
1417 | -- (void)createJoinChannelWithSigCustomInfo:(NSString * _Nonnull)sigCustomInfo completion:(void (^ _Nonnull)(NSError * _Nullable, NSString * _Nonnull))completion; | ||
1418 | -/// 主叫 - 邀请成员 | ||
1419 | -- (void)inviteMembersWithUuid:(NSString * _Nonnull)uuid channelId:(NSString * _Nonnull)channelId requestId:(NSString * _Nonnull)requestId customInfo:(NSString * _Nonnull)customInfo isToMember:(BOOL)isToMember myName:(NSString * _Nonnull)myName completion:(void (^ _Nonnull)(NSError * _Nullable, uint64_t))completion; | ||
1420 | -/// 主叫 - 取消邀请成员 | ||
1421 | -- (void)cancelInviteWithUuid:(NSString * _Nonnull)uuid channelId:(NSString * _Nonnull)channelId requestId:(NSString * _Nonnull)requestId customInfo:(NSString * _Nonnull)customInfo completion:(void (^ _Nonnull)(NSError * _Nullable, uint64_t))completion; | ||
1422 | -/// 被叫 - 拒听 | ||
1423 | -- (void)sendBusyLine:(NSString * _Nullable)cusInfo channelId:(NSString * _Nonnull)channelId; | ||
1424 | -/// 被叫 - 加入房间 | ||
1425 | -- (void)joinMeetWithOrderId:(NSString * _Nonnull)orderId completion:(void (^ _Nonnull)(NSError * _Nullable))completion; | ||
1426 | -/// 被叫 - 加入房间成功信令 | ||
1427 | -- (void)acceptSignalWithAccountId:(NSString * _Nonnull)accountId channelId:(NSString * _Nonnull)channelId requestId:(NSString * _Nonnull)requestId customInfo:(NSString * _Nonnull)customInfo completion:(void (^ _Nonnull)(NSError * _Nullable))completion; | ||
1428 | -/// 被叫 - 发送自定义信令 | ||
1429 | -- (void)sendCusSignalWithChannelId:(NSString * _Nonnull)channelId customStr:(NSString * _Nonnull)customStr completion:(void (^ _Nonnull)(NSError * _Nullable))completion; | ||
1430 | @end | 1398 | @end |
1431 | 1399 | ||
1432 | 1400 |
No preview for this file type
@@ -1151,14 +1151,6 @@ extension EKAttributes { | @@ -1151,14 +1151,6 @@ extension EKAttributes { | ||
1151 | @objc optional func hangUp(callId: Swift.UInt64) | 1151 | @objc optional func hangUp(callId: Swift.UInt64) |
1152 | @objc optional func startRing(audioId: Swift.Int) | 1152 | @objc optional func startRing(audioId: Swift.Int) |
1153 | @objc optional func stopRing() | 1153 | @objc optional func stopRing() |
1154 | - @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1155 | - @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) | ||
1156 | - @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1157 | - @objc optional func cancelInvite(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1158 | - @objc optional func sendBusyLine(_ cusInfo: Swift.String?, channelId: Swift.String) | ||
1159 | - @objc optional func joinMeet(orderId: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1160 | - @objc optional func acceptSignal(accountId: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1161 | - @objc optional func sendCusSignal(channelId: Swift.String, customStr: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1162 | } | 1154 | } |
1163 | public struct VideoApi { | 1155 | public struct VideoApi { |
1164 | } | 1156 | } |
No preview for this file type
No preview for this file type
@@ -1151,14 +1151,6 @@ extension EKAttributes { | @@ -1151,14 +1151,6 @@ extension EKAttributes { | ||
1151 | @objc optional func hangUp(callId: Swift.UInt64) | 1151 | @objc optional func hangUp(callId: Swift.UInt64) |
1152 | @objc optional func startRing(audioId: Swift.Int) | 1152 | @objc optional func startRing(audioId: Swift.Int) |
1153 | @objc optional func stopRing() | 1153 | @objc optional func stopRing() |
1154 | - @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1155 | - @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) | ||
1156 | - @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1157 | - @objc optional func cancelInvite(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1158 | - @objc optional func sendBusyLine(_ cusInfo: Swift.String?, channelId: Swift.String) | ||
1159 | - @objc optional func joinMeet(orderId: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1160 | - @objc optional func acceptSignal(accountId: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1161 | - @objc optional func sendCusSignal(channelId: Swift.String, customStr: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1162 | } | 1154 | } |
1163 | public struct VideoApi { | 1155 | public struct VideoApi { |
1164 | } | 1156 | } |
No preview for this file type
No preview for this file type
@@ -1151,14 +1151,6 @@ extension EKAttributes { | @@ -1151,14 +1151,6 @@ extension EKAttributes { | ||
1151 | @objc optional func hangUp(callId: Swift.UInt64) | 1151 | @objc optional func hangUp(callId: Swift.UInt64) |
1152 | @objc optional func startRing(audioId: Swift.Int) | 1152 | @objc optional func startRing(audioId: Swift.Int) |
1153 | @objc optional func stopRing() | 1153 | @objc optional func stopRing() |
1154 | - @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1155 | - @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) | ||
1156 | - @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1157 | - @objc optional func cancelInvite(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1158 | - @objc optional func sendBusyLine(_ cusInfo: Swift.String?, channelId: Swift.String) | ||
1159 | - @objc optional func joinMeet(orderId: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1160 | - @objc optional func acceptSignal(accountId: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1161 | - @objc optional func sendCusSignal(channelId: Swift.String, customStr: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1162 | } | 1154 | } |
1163 | public struct VideoApi { | 1155 | public struct VideoApi { |
1164 | } | 1156 | } |
No preview for this file type
No preview for this file type
@@ -1151,14 +1151,6 @@ extension EKAttributes { | @@ -1151,14 +1151,6 @@ extension EKAttributes { | ||
1151 | @objc optional func hangUp(callId: Swift.UInt64) | 1151 | @objc optional func hangUp(callId: Swift.UInt64) |
1152 | @objc optional func startRing(audioId: Swift.Int) | 1152 | @objc optional func startRing(audioId: Swift.Int) |
1153 | @objc optional func stopRing() | 1153 | @objc optional func stopRing() |
1154 | - @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1155 | - @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) | ||
1156 | - @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1157 | - @objc optional func cancelInvite(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1158 | - @objc optional func sendBusyLine(_ cusInfo: Swift.String?, channelId: Swift.String) | ||
1159 | - @objc optional func joinMeet(orderId: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1160 | - @objc optional func acceptSignal(accountId: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1161 | - @objc optional func sendCusSignal(channelId: Swift.String, customStr: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1162 | } | 1154 | } |
1163 | public struct VideoApi { | 1155 | public struct VideoApi { |
1164 | } | 1156 | } |
No preview for this file type
No preview for this file type
@@ -1151,14 +1151,6 @@ extension EKAttributes { | @@ -1151,14 +1151,6 @@ extension EKAttributes { | ||
1151 | @objc optional func hangUp(callId: Swift.UInt64) | 1151 | @objc optional func hangUp(callId: Swift.UInt64) |
1152 | @objc optional func startRing(audioId: Swift.Int) | 1152 | @objc optional func startRing(audioId: Swift.Int) |
1153 | @objc optional func stopRing() | 1153 | @objc optional func stopRing() |
1154 | - @objc optional func createJoinMeeting(orderId: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1155 | - @objc optional func createJoinChannel(sigCustomInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.String) -> Swift.Void)) | ||
1156 | - @objc optional func inviteMembers(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, isToMember: Swift.Bool, myName: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1157 | - @objc optional func cancelInvite(uuid: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, completion: @escaping ((Swift.Error?, Swift.UInt64) -> Swift.Void)) | ||
1158 | - @objc optional func sendBusyLine(_ cusInfo: Swift.String?, channelId: Swift.String) | ||
1159 | - @objc optional func joinMeet(orderId: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1160 | - @objc optional func acceptSignal(accountId: Swift.String, channelId: Swift.String, requestId: Swift.String, customInfo: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1161 | - @objc optional func sendCusSignal(channelId: Swift.String, customStr: Swift.String, completion: @escaping ((Swift.Error?) -> Swift.Void)) | ||
1162 | } | 1154 | } |
1163 | public struct VideoApi { | 1155 | public struct VideoApi { |
1164 | } | 1156 | } |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment