Documentation

MoveBreakoutRoomUserReq extends Message
in package

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

Table of Contents

Properties

$breakout_room_id  : mixed
target breakout room; empty means move to the main room
$room_id  : mixed
Generated from protobuf field <code>string room_id = 3;</code>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 2;</code>

Methods

__construct()  : mixed
Constructor.
getBreakoutRoomId()  : string
target breakout room; empty means move to the main room
getRoomId()  : string
Generated from protobuf field <code>string room_id = 3;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 2;</code>
setBreakoutRoomId()  : $this
target breakout room; empty means move to the main room
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 3;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 2;</code>

Properties

$breakout_room_id

target breakout room; empty means move to the main room

protected mixed $breakout_room_id = ''

Generated from protobuf field string breakout_room_id = 1;

$room_id

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

protected mixed $room_id = ''

$user_id

Generated from protobuf field <code>string user_id = 2;</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 $breakout_room_id
      target breakout room; empty means move to the main room
@type string $user_id
@type string $room_id

}

getBreakoutRoomId()

target breakout room; empty means move to the main room

public getBreakoutRoomId() : string

Generated from protobuf field string breakout_room_id = 1;

Return values
string

getRoomId()

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

public getRoomId() : string
Return values
string

getUserId()

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

public getUserId() : string
Return values
string

setBreakoutRoomId()

target breakout room; empty means move to the main room

public setBreakoutRoomId(string $var) : $this

Generated from protobuf field string breakout_room_id = 1;

Parameters
$var : string
Return values
$this

setRoomId()

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

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

setUserId()

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

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

Search results