NERtc iOS SDK  V4.6.20
NERtcLinkEngineDelegate.h
浏览该文件的文档.
1 //
2 // NERtcLinkEngineDelegate.h
3 // NERtcSDK
4 //
5 // Created by Netease on 2021/9/24.
6 // Copyright © 2021 Netease. All rights reserved.
7 //
8 
9 #ifndef NERtcLinkEngineDelegate_h
10 #define NERtcLinkEngineDelegate_h
11 
12 #import <Foundation/Foundation.h>
13 #import "NERtcLinkEngineEnum.h"
14 
15 NS_ASSUME_NONNULL_BEGIN
16 
26 
27  @optional
28 
38 - (void)onDirectCallRing;
39 
49 - (void)onDirectCallAccept;
50 
71 - (void)onDirectCallHangupWithReason:(int)reason
72  error:(nullable NSError *)error
73  isCallEstablished:(BOOL)isCallEstablished;
74 
88 - (void)onDirectCallDisconnectWithError:(NSError *)error;
89 
90 @end
91 
93 
94 @end
95 
96 NS_ASSUME_NONNULL_END
97 
98 #endif /* NERtcLinkEngineDelegate_h */