AudioRoute
extends Message
in package
Generated from protobuf message <code>livekit.AudioRoute</code>
Table of Contents
Properties
- $channel : mixed
- Generated from protobuf field <code>.livekit.AudioChannel channel = 4;</code>
- $match : mixed
Methods
- __construct() : mixed
- Constructor.
- getChannel() : int
- Generated from protobuf field <code>.livekit.AudioChannel channel = 4;</code>
- getMatch() : string
- getParticipantIdentity() : string
- Generated from protobuf field <code>string participant_identity = 2;</code>
- getParticipantKind() : int
- Generated from protobuf field <code>.livekit.ParticipantInfo.Kind participant_kind = 3;</code>
- getTrackId() : string
- Generated from protobuf field <code>string track_id = 1 [(.logger.name) = "trackID"];</code>
- hasParticipantIdentity() : mixed
- hasParticipantKind() : mixed
- hasTrackId() : mixed
- setChannel() : $this
- Generated from protobuf field <code>.livekit.AudioChannel channel = 4;</code>
- setParticipantIdentity() : $this
- Generated from protobuf field <code>string participant_identity = 2;</code>
- setParticipantKind() : $this
- Generated from protobuf field <code>.livekit.ParticipantInfo.Kind participant_kind = 3;</code>
- setTrackId() : $this
- Generated from protobuf field <code>string track_id = 1 [(.logger.name) = "trackID"];</code>
Properties
$channel
Generated from protobuf field <code>.livekit.AudioChannel channel = 4;</code>
protected
mixed
$channel
= 0
$match
protected
mixed
$match
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type string $track_id @type string $participant_identity @type int $participant_kind @type int $channel}
getChannel()
Generated from protobuf field <code>.livekit.AudioChannel channel = 4;</code>
public
getChannel() : int
Return values
intgetMatch()
public
getMatch() : string
Return values
stringgetParticipantIdentity()
Generated from protobuf field <code>string participant_identity = 2;</code>
public
getParticipantIdentity() : string
Return values
stringgetParticipantKind()
Generated from protobuf field <code>.livekit.ParticipantInfo.Kind participant_kind = 3;</code>
public
getParticipantKind() : int
Return values
intgetTrackId()
Generated from protobuf field <code>string track_id = 1 [(.logger.name) = "trackID"];</code>
public
getTrackId() : string
Return values
stringhasParticipantIdentity()
public
hasParticipantIdentity() : mixed
hasParticipantKind()
public
hasParticipantKind() : mixed
hasTrackId()
public
hasTrackId() : mixed
setChannel()
Generated from protobuf field <code>.livekit.AudioChannel channel = 4;</code>
public
setChannel(int $var) : $this
Parameters
- $var : int
Return values
$thissetParticipantIdentity()
Generated from protobuf field <code>string participant_identity = 2;</code>
public
setParticipantIdentity(string $var) : $this
Parameters
- $var : string
Return values
$thissetParticipantKind()
Generated from protobuf field <code>.livekit.ParticipantInfo.Kind participant_kind = 3;</code>
public
setParticipantKind(int $var) : $this
Parameters
- $var : int
Return values
$thissetTrackId()
Generated from protobuf field <code>string track_id = 1 [(.logger.name) = "trackID"];</code>
public
setTrackId(string $var) : $this
Parameters
- $var : string