Documentation

PublishedDataTrack extends Message
in package

Generated from protobuf message <code>livekit.DataTrackSubscriberHandles.PublishedDataTrack</code>

Table of Contents

Properties

$publisher_identity  : mixed
Generated from protobuf field <code>string publisher_identity = 1;</code>
$publisher_sid  : mixed
Generated from protobuf field <code>string publisher_sid = 2;</code>
$track_sid  : mixed
Generated from protobuf field <code>string track_sid = 3;</code>

Methods

__construct()  : mixed
Constructor.
getPublisherIdentity()  : string
Generated from protobuf field <code>string publisher_identity = 1;</code>
getPublisherSid()  : string
Generated from protobuf field <code>string publisher_sid = 2;</code>
getTrackSid()  : string
Generated from protobuf field <code>string track_sid = 3;</code>
setPublisherIdentity()  : $this
Generated from protobuf field <code>string publisher_identity = 1;</code>
setPublisherSid()  : $this
Generated from protobuf field <code>string publisher_sid = 2;</code>
setTrackSid()  : $this
Generated from protobuf field <code>string track_sid = 3;</code>

Properties

$publisher_identity

Generated from protobuf field <code>string publisher_identity = 1;</code>

protected mixed $publisher_identity = ''

$publisher_sid

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

protected mixed $publisher_sid = ''

$track_sid

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

protected mixed $track_sid = ''

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 $publisher_identity
@type string $publisher_sid
@type string $track_sid

}

getPublisherIdentity()

Generated from protobuf field <code>string publisher_identity = 1;</code>

public getPublisherIdentity() : string
Return values
string

getPublisherSid()

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

public getPublisherSid() : string
Return values
string

getTrackSid()

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

public getTrackSid() : string
Return values
string

setPublisherIdentity()

Generated from protobuf field <code>string publisher_identity = 1;</code>

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

setPublisherSid()

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

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

setTrackSid()

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

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

        
On this page

Search results