MuteUnMuteTrackReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.MuteUnMuteTrackReq</code>
Table of Contents
Properties
- $muted : mixed
- Generated from protobuf field <code>bool muted = 5;</code>
- $Requested_user_id : mixed
- Generated from protobuf field <code>string Requested_user_id = 6;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 2;</code>
- $sid : mixed
- Generated from protobuf field <code>string sid = 1;</code>
- $track_sid : mixed
- Generated from protobuf field <code>string track_sid = 4;</code>
- $user_id : mixed
- Generated from protobuf field <code>string user_id = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getMuted() : bool
- Generated from protobuf field <code>bool muted = 5;</code>
- getRequestedUserId() : string
- Generated from protobuf field <code>string Requested_user_id = 6;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 2;</code>
- getSid() : string
- Generated from protobuf field <code>string sid = 1;</code>
- getTrackSid() : string
- Generated from protobuf field <code>string track_sid = 4;</code>
- getUserId() : string
- Generated from protobuf field <code>string user_id = 3;</code>
- setMuted() : $this
- Generated from protobuf field <code>bool muted = 5;</code>
- setRequestedUserId() : $this
- Generated from protobuf field <code>string Requested_user_id = 6;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 2;</code>
- setSid() : $this
- Generated from protobuf field <code>string sid = 1;</code>
- setTrackSid() : $this
- Generated from protobuf field <code>string track_sid = 4;</code>
- setUserId() : $this
- Generated from protobuf field <code>string user_id = 3;</code>
Properties
$muted
Generated from protobuf field <code>bool muted = 5;</code>
protected
mixed
$muted
= false
$Requested_user_id
Generated from protobuf field <code>string Requested_user_id = 6;</code>
protected
mixed
$Requested_user_id
= ''
$room_id
Generated from protobuf field <code>string room_id = 2;</code>
protected
mixed
$room_id
= ''
$sid
Generated from protobuf field <code>string sid = 1;</code>
protected
mixed
$sid
= ''
$track_sid
Generated from protobuf field <code>string track_sid = 4;</code>
protected
mixed
$track_sid
= ''
$user_id
Generated from protobuf field <code>string user_id = 3;</code>
protected
mixed
$user_id
= ''
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 string $room_id @type string $user_id @type string $track_sid @type bool $muted @type string $Requested_user_id}
getMuted()
Generated from protobuf field <code>bool muted = 5;</code>
public
getMuted() : bool
Return values
boolgetRequestedUserId()
Generated from protobuf field <code>string Requested_user_id = 6;</code>
public
getRequestedUserId() : string
Return values
stringgetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
getRoomId() : string
Return values
stringgetSid()
Generated from protobuf field <code>string sid = 1;</code>
public
getSid() : string
Return values
stringgetTrackSid()
Generated from protobuf field <code>string track_sid = 4;</code>
public
getTrackSid() : string
Return values
stringgetUserId()
Generated from protobuf field <code>string user_id = 3;</code>
public
getUserId() : string
Return values
stringsetMuted()
Generated from protobuf field <code>bool muted = 5;</code>
public
setMuted(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetRequestedUserId()
Generated from protobuf field <code>string Requested_user_id = 6;</code>
public
setRequestedUserId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetSid()
Generated from protobuf field <code>string sid = 1;</code>
public
setSid(string $var) : $this
Parameters
- $var : string
Return values
$thissetTrackSid()
Generated from protobuf field <code>string track_sid = 4;</code>
public
setTrackSid(string $var) : $this
Parameters
- $var : string
Return values
$thissetUserId()
Generated from protobuf field <code>string user_id = 3;</code>
public
setUserId(string $var) : $this
Parameters
- $var : string