Documentation

SubscriptionPermissionUpdate extends Message
in package

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

Table of Contents

Properties

$allowed  : mixed
Generated from protobuf field <code>bool allowed = 3;</code>
$participant_sid  : mixed
Generated from protobuf field <code>string participant_sid = 1;</code>
$track_sid  : mixed
Generated from protobuf field <code>string track_sid = 2;</code>

Methods

__construct()  : mixed
Constructor.
getAllowed()  : bool
Generated from protobuf field <code>bool allowed = 3;</code>
getParticipantSid()  : string
Generated from protobuf field <code>string participant_sid = 1;</code>
getTrackSid()  : string
Generated from protobuf field <code>string track_sid = 2;</code>
setAllowed()  : $this
Generated from protobuf field <code>bool allowed = 3;</code>
setParticipantSid()  : $this
Generated from protobuf field <code>string participant_sid = 1;</code>
setTrackSid()  : $this
Generated from protobuf field <code>string track_sid = 2;</code>

Properties

$participant_sid

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

protected mixed $participant_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 $participant_sid
@type string $track_sid
@type bool $allowed

}

getParticipantSid()

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

public getParticipantSid() : string
Return values
string

getTrackSid()

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

public getTrackSid() : string
Return values
string

setAllowed()

Generated from protobuf field <code>bool allowed = 3;</code>

public setAllowed(bool $var) : $this
Parameters
$var : bool
Return values
$this

setParticipantSid()

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

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

setTrackSid()

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

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

        
On this page

Search results