Documentation

SIPFeature
in package

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

Table of Contents

Constants

KRISP_ENABLED  = 1
Generated from protobuf enum <code>KRISP_ENABLED = 1;</code>
NONE  = 0
Generated from protobuf enum <code>NONE = 0;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

KRISP_ENABLED

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

public mixed KRISP_ENABLED = 1

NONE

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

public mixed NONE = 0

Properties

$valueToName

private static mixed $valueToName = [self::NONE => 'NONE', self::KRISP_ENABLED => 'KRISP_ENABLED']

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