Documentation

EndBreakoutRoomReq extends Message
in package

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

Table of Contents

Properties

$breakout_room_id  : mixed
Generated from protobuf field <code>string breakout_room_id = 1;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 3;</code>

Methods

__construct()  : mixed
Constructor.
getBreakoutRoomId()  : string
Generated from protobuf field <code>string breakout_room_id = 1;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 3;</code>
setBreakoutRoomId()  : $this
Generated from protobuf field <code>string breakout_room_id = 1;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 3;</code>

Properties

$breakout_room_id

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

protected mixed $breakout_room_id = ''

$room_id

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

protected mixed $room_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 $room_id

}

getBreakoutRoomId()

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

public getBreakoutRoomId() : string
Return values
string

getRoomId()

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

public getRoomId() : 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

setRoomId()

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

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

        
On this page

Search results