9#ifndef NERtcLinkEngineDelegate_h
10#define NERtcLinkEngineDelegate_h
12#import <Foundation/Foundation.h>
15NS_ASSUME_NONNULL_BEGIN
25@protocol NERtcLinkEngineDirectCallDelegate <NSObject>
38- (void)onDirectCallRing;
49- (void)onDirectCallAccept;
83- (void)onDirectCallHangupWithReason:(
int)reason
84 error:(nullable NSError *)error
85 isCallEstablished:(BOOL)isCallEstablished;
100- (void)onDirectCallDisconnectWithError:(NSError *)error;
104@protocol NERtcLinkEngineDelegate <NERtcLinkEngineDirectCallDelegate>
NERtcLinkMediaType
呼叫媒体类型。
定义 NERtcLinkEngineEnum.h:103