Enum WebRtcTransport
Specifies the media transport protocol to use for WebRTC connections.
public enum WebRtcTransport
Fields
Auto = 0Automatically selects the best available transport protocol.
ForceTcp = 1Forces the use of TCP for media transport.
ForceUdp = 2Forces the use of UDP for media transport.