ACSSwitchSourceTelemetryEvent, klasa
Deklaracji
@interface ACSSwitchSourceTelemetryEvent : NSObject;
Opis
Metody
init
-(instancetype)init:(ACSLocalVideoStream *)localStream;
Parametry
localStream
-
sendAttempt
-(void)sendAttempt;
sendSuccess
-(void)sendSuccess;
sendFailure
-(void)sendFailure:(NSString *)reason;
Parametry
reason
-