Package com.sinch.android.rtc.calling
Class WebRtcCallConfiguration
-
- All Implemented Interfaces:
public final class WebRtcCallConfigurationThe configuration that manages WebRtc configuration.
-
-
Field Summary
Fields Modifier and Type Field Description private final IceCandidateTransportTypeiceCandidateTransportType
-
Constructor Summary
Constructors Constructor Description WebRtcCallConfiguration(IceCandidateTransportType iceCandidateTransportType)
-
Method Summary
Modifier and Type Method Description final IceCandidateTransportTypegetIceCandidateTransportType()allows to filter -
-
Constructor Detail
-
WebRtcCallConfiguration
WebRtcCallConfiguration(IceCandidateTransportType iceCandidateTransportType)
-
-
Method Detail
-
getIceCandidateTransportType
final IceCandidateTransportType getIceCandidateTransportType()
allows to filter
-
-
-
-