CandidateProtocol
in package
Protobuf type <code>livekit.CandidateProtocol</code>
Table of Contents
Constants
- TCP = 1
- Generated from protobuf enum <code>TCP = 1;</code>
- TLS = 2
- Generated from protobuf enum <code>TLS = 2;</code>
- UDP = 0
- Generated from protobuf enum <code>UDP = 0;</code>
Properties
- $valueToName : mixed
Methods
Constants
TCP
Generated from protobuf enum <code>TCP = 1;</code>
public
mixed
TCP
= 1
TLS
Generated from protobuf enum <code>TLS = 2;</code>
public
mixed
TLS
= 2
UDP
Generated from protobuf enum <code>UDP = 0;</code>
public
mixed
UDP
= 0
Properties
$valueToName
private
static mixed
$valueToName
= [self::UDP => 'UDP', self::TCP => 'TCP', self::TLS => 'TLS']
Methods
name()
public
static name(mixed $value) : mixed
Parameters
- $value : mixed
value()
public
static value(mixed $name) : mixed
Parameters
- $name : mixed