Documentation

KindDetail
in package

Protobuf type <code>livekit.ParticipantInfo.KindDetail</code>

Table of Contents

Constants

BRIDGE_RTSP  : mixed = 4
NEXT_ID: 5
CLOUD_AGENT  : mixed = 0
Generated from protobuf enum <code>CLOUD_AGENT = 0;</code>
CONNECTOR_TWILIO  : mixed = 3
Generated from protobuf enum <code>CONNECTOR_TWILIO = 3;</code>
CONNECTOR_WHATSAPP  : mixed = 2
Generated from protobuf enum <code>CONNECTOR_WHATSAPP = 2;</code>
FORWARDED  : mixed = 1
Generated from protobuf enum <code>FORWARDED = 1;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

BRIDGE_RTSP

NEXT_ID: 5

public mixed BRIDGE_RTSP = 4

Generated from protobuf enum BRIDGE_RTSP = 4;

CLOUD_AGENT

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

public mixed CLOUD_AGENT = 0

CONNECTOR_TWILIO

Generated from protobuf enum <code>CONNECTOR_TWILIO = 3;</code>

public mixed CONNECTOR_TWILIO = 3

CONNECTOR_WHATSAPP

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

public mixed CONNECTOR_WHATSAPP = 2

FORWARDED

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

public mixed FORWARDED = 1

Properties

$valueToName

private static mixed $valueToName = [self::CLOUD_AGENT => 'CLOUD_AGENT', self::FORWARDED => 'FORWARDED', self::CONNECTOR_WHATSAPP => 'CONNECTOR_WHATSAPP', self::CONNECTOR_TWILIO => 'CONNECTOR_TWILIO', self::BRIDGE_RTSP => 'BRIDGE_RTSP']

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