Documentation

StreamState
in package

Protobuf type <code>livekit.StreamState</code>

Table of Contents

Constants

ACTIVE  = 0
Generated from protobuf enum <code>ACTIVE = 0;</code>
PAUSED  = 1
Generated from protobuf enum <code>PAUSED = 1;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

ACTIVE

Generated from protobuf enum <code>ACTIVE = 0;</code>

public mixed ACTIVE = 0

PAUSED

Generated from protobuf enum <code>PAUSED = 1;</code>

public mixed PAUSED = 1

Properties

$valueToName

private static mixed $valueToName = [self::ACTIVE => 'ACTIVE', self::PAUSED => 'PAUSED']

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