Documentation

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_PACKET_TRAILER  = 1
Generated from protobuf enum <code>CAP_PACKET_TRAILER = 1;</code>
CAP_UNUSED  = 0
Generated from protobuf enum <code>CAP_UNUSED = 0;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

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']

Methods

name()

public static name(mixed $value) : mixed
Parameters
$value : mixed

value()

public static value(mixed $name) : mixed
Parameters
$name : mixed

        
On this page

Search results