Documentation

TrunkKind
in package

Protobuf type <code>livekit.SIPTrunkInfo.TrunkKind</code>

Table of Contents

Constants

TRUNK_INBOUND  = 1
Generated from protobuf enum <code>TRUNK_INBOUND = 1;</code>
TRUNK_LEGACY  = 0
Generated from protobuf enum <code>TRUNK_LEGACY = 0;</code>
TRUNK_OUTBOUND  = 2
Generated from protobuf enum <code>TRUNK_OUTBOUND = 2;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

TRUNK_INBOUND

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

public mixed TRUNK_INBOUND = 1

TRUNK_LEGACY

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

public mixed TRUNK_LEGACY = 0

TRUNK_OUTBOUND

Generated from protobuf enum <code>TRUNK_OUTBOUND = 2;</code>

public mixed TRUNK_OUTBOUND = 2

Properties

$valueToName

private static mixed $valueToName = [self::TRUNK_LEGACY => 'TRUNK_LEGACY', self::TRUNK_INBOUND => 'TRUNK_INBOUND', self::TRUNK_OUTBOUND => 'TRUNK_OUTBOUND']

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