BroadcastBreakoutRoomMsgReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.BroadcastBreakoutRoomMsgReq</code>
Table of Contents
Properties
- $msg : mixed
- Generated from protobuf field <code>string msg = 1;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getMsg() : string
- Generated from protobuf field <code>string msg = 1;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 3;</code>
- setMsg() : $this
- Generated from protobuf field <code>string msg = 1;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 3;</code>
Properties
$msg
Generated from protobuf field <code>string msg = 1;</code>
protected
mixed
$msg
= ''
$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 $msg @type string $room_id}
getMsg()
Generated from protobuf field <code>string msg = 1;</code>
public
getMsg() : string
Return values
stringgetRoomId()
Generated from protobuf field <code>string room_id = 3;</code>
public
getRoomId() : string
Return values
stringsetMsg()
Generated from protobuf field <code>string msg = 1;</code>
public
setMsg(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 3;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string