Kind
in package
Protobuf type <code>livekit.ParticipantInfo.Kind</code>
Table of Contents
Constants
- AGENT = 4
- LiveKit agents
- BRIDGE = 8
- Bridge participants
- CONNECTOR = 7
- Connectors participants
- EGRESS = 2
- only consumes streams
- INGRESS = 1
- only ingests streams
- SIP = 3
- SIP participants
- STANDARD = 0
- standard participants, e.g. web clients
Properties
- $valueToName : mixed
Methods
Constants
AGENT
LiveKit agents
public
mixed
AGENT
= 4
Generated from protobuf enum AGENT = 4;
BRIDGE
Bridge participants
public
mixed
BRIDGE
= 8
Generated from protobuf enum BRIDGE = 8;
CONNECTOR
Connectors participants
public
mixed
CONNECTOR
= 7
Generated from protobuf enum CONNECTOR = 7;
EGRESS
only consumes streams
public
mixed
EGRESS
= 2
Generated from protobuf enum EGRESS = 2;
INGRESS
only ingests streams
public
mixed
INGRESS
= 1
Generated from protobuf enum INGRESS = 1;
SIP
SIP participants
public
mixed
SIP
= 3
Generated from protobuf enum SIP = 3;
STANDARD
standard participants, e.g. web clients
public
mixed
STANDARD
= 0
Generated from protobuf enum STANDARD = 0;
Properties
$valueToName
private
static mixed
$valueToName
= [self::STANDARD => 'STANDARD', self::INGRESS => 'INGRESS', self::EGRESS => 'EGRESS', self::SIP => 'SIP', self::AGENT => 'AGENT', self::CONNECTOR => 'CONNECTOR', self::BRIDGE => 'BRIDGE']
Methods
name()
public
static name(mixed $value) : mixed
Parameters
- $value : mixed
value()
public
static value(mixed $name) : mixed
Parameters
- $name : mixed