Table of Contents

Enum WebRtcTransport

Namespace
VAST.WebRTC
Assembly
VAST.WebRTC.dll

Specifies the media transport protocol to use for WebRTC connections.

public enum WebRtcTransport

Fields

Auto = 0

Automatically selects the best available transport protocol.

ForceTcp = 1

Forces the use of TCP for media transport.

ForceUdp = 2

Forces the use of UDP for media transport.