MuteTrackRequest
extends Message
in package
Generated from protobuf message <code>livekit.MuteTrackRequest</code>
Table of Contents
Properties
- $muted : mixed
- Generated from protobuf field <code>bool muted = 2;</code>
- $sid : mixed
- Generated from protobuf field <code>string sid = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getMuted() : bool
- Generated from protobuf field <code>bool muted = 2;</code>
- getSid() : string
- Generated from protobuf field <code>string sid = 1;</code>
- setMuted() : $this
- Generated from protobuf field <code>bool muted = 2;</code>
- setSid() : $this
- Generated from protobuf field <code>string sid = 1;</code>
Properties
$muted
Generated from protobuf field <code>bool muted = 2;</code>
protected
mixed
$muted
= false
$sid
Generated from protobuf field <code>string sid = 1;</code>
protected
mixed
$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 $sid @type bool $muted}
getMuted()
Generated from protobuf field <code>bool muted = 2;</code>
public
getMuted() : bool
Return values
boolgetSid()
Generated from protobuf field <code>string sid = 1;</code>
public
getSid() : string
Return values
stringsetMuted()
Generated from protobuf field <code>bool muted = 2;</code>
public
setMuted(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetSid()
Generated from protobuf field <code>string sid = 1;</code>
public
setSid(string $var) : $this
Parameters
- $var : string