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
$allowed
Generated from protobuf field <code>bool allowed = 3;</code>
protected
mixed
$allowed
= false
$participant_sid
Generated from protobuf field <code>string participant_sid = 1;</code>
protected
mixed
$participant_sid
= ''
$track_sid
Generated from protobuf field <code>string track_sid = 2;</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 $participant_sid @type string $track_sid @type bool $allowed}
getAllowed()
Generated from protobuf field <code>bool allowed = 3;</code>
public
getAllowed() : bool
Return values
boolgetParticipantSid()
Generated from protobuf field <code>string participant_sid = 1;</code>
public
getParticipantSid() : string
Return values
stringgetTrackSid()
Generated from protobuf field <code>string track_sid = 2;</code>
public
getTrackSid() : string
Return values
stringsetAllowed()
Generated from protobuf field <code>bool allowed = 3;</code>
public
setAllowed(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetParticipantSid()
Generated from protobuf field <code>string participant_sid = 1;</code>
public
setParticipantSid(string $var) : $this
Parameters
- $var : string
Return values
$thissetTrackSid()
Generated from protobuf field <code>string track_sid = 2;</code>
public
setTrackSid(string $var) : $this
Parameters
- $var : string