SINExperimentalCallDelegate
Objective-C
@protocol SINExperimentalCallDelegate <NSObject>
Swift
protocol SINExperimentalCallDelegate : NSObjectProtocol
This API should not be considered stable, it could change at any time and production applications shouldn’t rely on it.
-
Undocumented
Declaration
Objective-C
- (void)call:(id<SINCall>)call didEmitCallQualityWarningEvent:(id<SINCallQualityWarningEvent>)event;