ACSSwitchSourceTelemetryEvent 类
声明
@interface ACSSwitchSourceTelemetryEvent : NSObject;
说明
方法
init
-(instancetype)init:(ACSLocalVideoStream *)localStream;
参数
localStream
-
sendAttempt
-(void)sendAttempt;
sendSuccess
-(void)sendSuccess;
sendFailure
-(void)sendFailure:(NSString *)reason;
参数
reason
-