Documentation

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

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
int

getMatch()

public getMatch() : string
Return values
string

getParticipantIdentity()

Generated from protobuf field <code>string participant_identity = 2;</code>

public getParticipantIdentity() : string
Return values
string

getParticipantKind()

Generated from protobuf field <code>.livekit.ParticipantInfo.Kind participant_kind = 3;</code>

public getParticipantKind() : int
Return values
int

getTrackId()

Generated from protobuf field <code>string track_id = 1 [(.logger.name) = "trackID"];</code>

public getTrackId() : string
Return values
string

hasParticipantIdentity()

public hasParticipantIdentity() : mixed

hasParticipantKind()

public hasParticipantKind() : mixed

setChannel()

Generated from protobuf field <code>.livekit.AudioChannel channel = 4;</code>

public setChannel(int $var) : $this
Parameters
$var : int
Return values
$this

setParticipantIdentity()

Generated from protobuf field <code>string participant_identity = 2;</code>

public setParticipantIdentity(string $var) : $this
Parameters
$var : string
Return values
$this

setParticipantKind()

Generated from protobuf field <code>.livekit.ParticipantInfo.Kind participant_kind = 3;</code>

public setParticipantKind(int $var) : $this
Parameters
$var : int
Return values
$this

setTrackId()

Generated from protobuf field <code>string track_id = 1 [(.logger.name) = "trackID"];</code>

public setTrackId(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results