Documentation

DataTrackExtensionParticipantSid extends Message
in package

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

Table of Contents

Properties

$id  : mixed
Generated from protobuf field <code>.livekit.DataTrackExtensionID id = 1;</code>
$participant_sid  : mixed
Generated from protobuf field <code>string participant_sid = 2;</code>

Methods

__construct()  : mixed
Constructor.
getId()  : int
Generated from protobuf field <code>.livekit.DataTrackExtensionID id = 1;</code>
getParticipantSid()  : string
Generated from protobuf field <code>string participant_sid = 2;</code>
setId()  : $this
Generated from protobuf field <code>.livekit.DataTrackExtensionID id = 1;</code>
setParticipantSid()  : $this
Generated from protobuf field <code>string participant_sid = 2;</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 int $id
@type string $participant_sid

}

getParticipantSid()

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

public getParticipantSid() : string
Return values
string

setId()

Generated from protobuf field <code>.livekit.DataTrackExtensionID id = 1;</code>

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

setParticipantSid()

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

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

        
On this page

Search results