Documentation

RemoveParticipantReq extends Message
in package

Generated from protobuf message <code>plugnmeet.RemoveParticipantReq</code>

Table of Contents

Properties

$block_user  : mixed
Generated from protobuf field <code>bool block_user = 5;</code>
$msg  : mixed
Generated from protobuf field <code>string msg = 4;</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>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 3;</code>

Methods

__construct()  : mixed
Constructor.
getBlockUser()  : bool
Generated from protobuf field <code>bool block_user = 5;</code>
getMsg()  : string
Generated from protobuf field <code>string msg = 4;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 2;</code>
getSid()  : string
Generated from protobuf field <code>string sid = 1;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 3;</code>
setBlockUser()  : $this
Generated from protobuf field <code>bool block_user = 5;</code>
setMsg()  : $this
Generated from protobuf field <code>string msg = 4;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 2;</code>
setSid()  : $this
Generated from protobuf field <code>string sid = 1;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 3;</code>

Properties

$block_user

Generated from protobuf field <code>bool block_user = 5;</code>

protected mixed $block_user = false

$msg

Generated from protobuf field <code>string msg = 4;</code>

protected mixed $msg = ''

$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 = ''

$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 $msg
@type bool $block_user

}

getBlockUser()

Generated from protobuf field <code>bool block_user = 5;</code>

public getBlockUser() : bool
Return values
bool

getMsg()

Generated from protobuf field <code>string msg = 4;</code>

public getMsg() : string
Return values
string

getRoomId()

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

public getRoomId() : string
Return values
string

getSid()

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

public getSid() : string
Return values
string

getUserId()

Generated from protobuf field <code>string user_id = 3;</code>

public getUserId() : string
Return values
string

setBlockUser()

Generated from protobuf field <code>bool block_user = 5;</code>

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

setMsg()

Generated from protobuf field <code>string msg = 4;</code>

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

setRoomId()

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

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

setSid()

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

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

setUserId()

Generated from protobuf field <code>string user_id = 3;</code>

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

        
On this page

Search results