Documentation

EgressSourceType
in package

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

Table of Contents

Constants

EGRESS_SOURCE_TYPE_SDK  = 1
Generated from protobuf enum <code>EGRESS_SOURCE_TYPE_SDK = 1;</code>
EGRESS_SOURCE_TYPE_WEB  = 0
Generated from protobuf enum <code>EGRESS_SOURCE_TYPE_WEB = 0;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

EGRESS_SOURCE_TYPE_SDK

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

public mixed EGRESS_SOURCE_TYPE_SDK = 1

EGRESS_SOURCE_TYPE_WEB

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

public mixed EGRESS_SOURCE_TYPE_WEB = 0

Properties

$valueToName

private static mixed $valueToName = [self::EGRESS_SOURCE_TYPE_WEB => 'EGRESS_SOURCE_TYPE_WEB', self::EGRESS_SOURCE_TYPE_SDK => 'EGRESS_SOURCE_TYPE_SDK']

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