Documentation

JoinBreakoutRoomReq extends Message
in package

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

Table of Contents

Properties

$breakout_room_id  : mixed
Generated from protobuf field <code>string breakout_room_id = 1;</code>
$is_admin  : mixed
Generated from protobuf field <code>bool is_admin = 4;</code>
$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
Generated from protobuf field <code>string breakout_room_id = 1;</code>
getIsAdmin()  : bool
Generated from protobuf field <code>bool is_admin = 4;</code>
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
Generated from protobuf field <code>string breakout_room_id = 1;</code>
setIsAdmin()  : $this
Generated from protobuf field <code>bool is_admin = 4;</code>
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

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

protected mixed $breakout_room_id = ''

$is_admin

Generated from protobuf field <code>bool is_admin = 4;</code>

protected mixed $is_admin = false

$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
@type string $user_id
@type string $room_id
@type bool $is_admin

}

getBreakoutRoomId()

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

public getBreakoutRoomId() : string
Return values
string

getIsAdmin()

Generated from protobuf field <code>bool is_admin = 4;</code>

public getIsAdmin() : bool
Return values
bool

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()

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

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

setIsAdmin()

Generated from protobuf field <code>bool is_admin = 4;</code>

public setIsAdmin(bool $var) : $this
Parameters
$var : bool
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