SINWebRtcCallConfiguration
Objective-C
@interface SINWebRtcCallConfiguration : NSObject
Swift
class SINWebRtcCallConfiguration : NSObject
This class contains the WebRTC connected configuration for Sinch calls.
-
Undocumented
Declaration
Objective-C
@property (atomic, assign) SINIceCandidateTransportType iceCandidateTransportTypeSwift
var iceCandidateTransportType: SINIceCandidateTransportType { get set } -
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
- (instancetype)initWithIceCandidateTransportType:(SINIceCandidateTransportType)iceCandidateTransportType;Swift
init!(iceCandidateTransportType: SINIceCandidateTransportType)
SINWebRtcCallConfiguration Class Reference