Documentation

UpdateLocalAudioTrack extends Message
in package

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

Table of Contents

Properties

$track_sid  : mixed
Generated from protobuf field <code>string track_sid = 1;</code>
$features  : mixed
Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>

Methods

__construct()  : mixed
Constructor.
getFeatures()  : RepeatedField
Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>
getTrackSid()  : string
Generated from protobuf field <code>string track_sid = 1;</code>
setFeatures()  : $this
Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>
setTrackSid()  : $this
Generated from protobuf field <code>string track_sid = 1;</code>

Properties

$track_sid

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

protected mixed $track_sid = ''

$features

Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>

private mixed $features

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_sid
@type array<int>|\Google\Protobuf\Internal\RepeatedField $features

}

getFeatures()

Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>

public getFeatures() : RepeatedField
Return values
RepeatedField

getTrackSid()

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

public getTrackSid() : string
Return values
string

setFeatures()

Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>

public setFeatures(array<string|int, int>|RepeatedField $var) : $this
Parameters
$var : array<string|int, int>|RepeatedField
Return values
$this

setTrackSid()

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

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

Search results