SINCallQualityWarningEvent
Objective-C
@protocol SINCallQualityWarningEvent <NSObject>
@property (atomic, readonly) NSString *name;
@property (atomic, readonly) SINCallQualityWarningEventType type;
@property (atomic, readonly) SINMediaStreamType mediaStreamType;
@property (atomic, readonly) SINSourceStreamType sourceStreamType;
@end
Swift
protocol SINCallQualityWarningEvent : NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
@property (atomic, readonly) NSString *name
Swift
var name: String! { get }
-
Undocumented
Declaration
Objective-C
@property (atomic, readonly) SINCallQualityWarningEventType type
Swift
var type: SINCallQualityWarningEventType { get }
-
Undocumented
Declaration
Objective-C
@property (atomic, readonly) SINMediaStreamType mediaStreamType
Swift
var mediaStreamType: SINMediaStreamType { get }
-
Undocumented
Declaration
Objective-C
@property (atomic, readonly) SINSourceStreamType sourceStreamType
Swift
var sourceStreamType: SINSourceStreamType { get }