Capability
in package
Optional capabilities advertised by the client at connect time. The SFU uses these flags to decide whether to enable features that require client-side support (e.g. passing RTP packet trailers through to the subscriber instead of stripping them).
Protobuf type livekit.ClientInfo.Capability
Table of Contents
Constants
- CAP_COMPRESSION_DEFLATE_RAW : mixed = 2
- Generated from protobuf enum <code>CAP_COMPRESSION_DEFLATE_RAW = 2;</code>
- CAP_PACKET_TRAILER : mixed = 1
- Generated from protobuf enum <code>CAP_PACKET_TRAILER = 1;</code>
- CAP_UNUSED : mixed = 0
- Generated from protobuf enum <code>CAP_UNUSED = 0;</code>
Properties
- $valueToName : mixed
Methods
Constants
CAP_COMPRESSION_DEFLATE_RAW
Generated from protobuf enum <code>CAP_COMPRESSION_DEFLATE_RAW = 2;</code>
public
mixed
CAP_COMPRESSION_DEFLATE_RAW
= 2
CAP_PACKET_TRAILER
Generated from protobuf enum <code>CAP_PACKET_TRAILER = 1;</code>
public
mixed
CAP_PACKET_TRAILER
= 1
CAP_UNUSED
Generated from protobuf enum <code>CAP_UNUSED = 0;</code>
public
mixed
CAP_UNUSED
= 0
Properties
$valueToName
private
static mixed
$valueToName
= [self::CAP_UNUSED => 'CAP_UNUSED', self::CAP_PACKET_TRAILER => 'CAP_PACKET_TRAILER', self::CAP_COMPRESSION_DEFLATE_RAW => 'CAP_COMPRESSION_DEFLATE_RAW']
Methods
name()
public
static name(mixed $value) : mixed
Parameters
- $value : mixed
value()
public
static value(mixed $name) : mixed
Parameters
- $name : mixed