WebRtcCallConfiguration

data class WebRtcCallConfiguration(val iceCandidateTransportType: IceCandidateTransportType = IceCandidateTransportType.ALL)

The configuration that manages WebRtc configuration.

Constructors

Link copied to clipboard
constructor(iceCandidateTransportType: IceCandidateTransportType = IceCandidateTransportType.ALL)

Properties

Link copied to clipboard