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
$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 string $topic}
getMatch()
public
getMatch() : string
Return values
stringgetParticipantIdentity()
Generated from protobuf field <code>string participant_identity = 2;</code>
public
getParticipantIdentity() : string
Return values
stringgetTopic()
Generated from protobuf field <code>string topic = 3;</code>
public
getTopic() : string
Return values
stringgetTrackId()
Generated from protobuf field <code>string track_id = 1 [(.logger.name) = "trackID"];</code>
public
getTrackId() : string
Return values
stringhasParticipantIdentity()
public
hasParticipantIdentity() : mixed
hasTopic()
public
hasTopic() : mixed
hasTrackId()
public
hasTrackId() : mixed
setParticipantIdentity()
Generated from protobuf field <code>string participant_identity = 2;</code>
public
setParticipantIdentity(string $var) : $this
Parameters
- $var : string
Return values
$thissetTopic()
Generated from protobuf field <code>string topic = 3;</code>
public
setTopic(string $var) : $this
Parameters
- $var : string
Return values
$thissetTrackId()
Generated from protobuf field <code>string track_id = 1 [(.logger.name) = "trackID"];</code>
public
setTrackId(string $var) : $this
Parameters
- $var : string