Documentation

DataSelector extends Message
in package

Generated from protobuf message <code>livekit.DataSelector</code>

Table of Contents

Properties

$match  : mixed

Methods

__construct()  : mixed
Constructor.
getMatch()  : string
getParticipantIdentity()  : string
Generated from protobuf field <code>string participant_identity = 2;</code>
getTopic()  : string
Generated from protobuf field <code>string topic = 3;</code>
getTrackId()  : string
Generated from protobuf field <code>string track_id = 1 [(.logger.name) = "trackID"];</code>
hasParticipantIdentity()  : mixed
hasTopic()  : mixed
hasTrackId()  : mixed
setParticipantIdentity()  : $this
Generated from protobuf field <code>string participant_identity = 2;</code>
setTopic()  : $this
Generated from protobuf field <code>string topic = 3;</code>
setTrackId()  : $this
Generated from protobuf field <code>string track_id = 1 [(.logger.name) = "trackID"];</code>

Properties

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 string $topic

}

getMatch()

public getMatch() : string
Return values
string

getParticipantIdentity()

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

public getParticipantIdentity() : string
Return values
string

getTopic()

Generated from protobuf field <code>string topic = 3;</code>

public getTopic() : string
Return values
string

getTrackId()

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

public getTrackId() : string
Return values
string

hasParticipantIdentity()

public hasParticipantIdentity() : mixed

setParticipantIdentity()

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

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

setTopic()

Generated from protobuf field <code>string topic = 3;</code>

public setTopic(string $var) : $this
Parameters
$var : string
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