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 iceCandidateTransportType
Swift
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)