pub type ICEGatherPolicy = RTCIceTransportPolicy;
Expand description

ICEGatherPolicy is the ORTC equivalent of ICETransportPolicy

Aliased Type§

enum ICEGatherPolicy {
    Unspecified = 0,
    All = 1,
    Relay = 2,
}

Variants§

§

Unspecified = 0

§

All = 1

ICETransportPolicyAll indicates any type of candidate is used.

§

Relay = 2

ICETransportPolicyRelay indicates only media relay candidates such as candidates passing through a TURN server are used.