SinchWebRtcCallConfiguration
public class SinchWebRtcCallConfiguration
This class contains the WebRTC connected configuration for Sinch calls.
-
This enumeration categorizes the possible transport types of the ICE candidates used when creating the peer connection. By using a value different than
See moreSinchIceCandidateTransportType.all, it is possible to filter out some of the generated ICE candidates.Declaration
Swift
public enum SinchIceCandidateTransportType -
Undocumented
Declaration
Swift
public let iceCandidateTransportType: SinchIceCandidateTransportType -
Initializes the
SinchWebRtcCallConfigurationwith the specifiedSinchIceCandidateTransportType.Declaration
Swift
public init(iceCandidateTransportType: SinchIceCandidateTransportType)Parameters
iceCandidateTransportTypeThe type of ICE candidates to be used.