ActiveRoomInfo
extends Message
in package
Generated from protobuf message <code>plugnmeet.ActiveRoomInfo</code>
Table of Contents
Properties
- $creation_time : mixed
- Generated from protobuf field <code>int64 creation_time = 11;</code>
- $is_active_rtmp : mixed
- Generated from protobuf field <code>int32 is_active_rtmp = 7;</code>
- $is_breakout_room : mixed
- Generated from protobuf field <code>int32 is_breakout_room = 9;</code>
- $is_recording : mixed
- Generated from protobuf field <code>int32 is_recording = 6;</code>
- $is_running : mixed
- Generated from protobuf field <code>int32 is_running = 5;</code>
- $joined_participants : mixed
- Generated from protobuf field <code>int64 joined_participants = 4;</code>
- $metadata : mixed
- Generated from protobuf field <code>string metadata = 12;</code>
- $parent_room_id : mixed
- Generated from protobuf field <code>string parent_room_id = 10;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 2;</code>
- $room_title : mixed
- Generated from protobuf field <code>string room_title = 1;</code>
- $sid : mixed
- Generated from protobuf field <code>string sid = 3;</code>
- $webhook_url : mixed
- Generated from protobuf field <code>string webhook_url = 8;</code>
Methods
- __construct() : mixed
- Constructor.
- getCreationTime() : int|string
- Generated from protobuf field <code>int64 creation_time = 11;</code>
- getIsActiveRtmp() : int
- Generated from protobuf field <code>int32 is_active_rtmp = 7;</code>
- getIsBreakoutRoom() : int
- Generated from protobuf field <code>int32 is_breakout_room = 9;</code>
- getIsRecording() : int
- Generated from protobuf field <code>int32 is_recording = 6;</code>
- getIsRunning() : int
- Generated from protobuf field <code>int32 is_running = 5;</code>
- getJoinedParticipants() : int|string
- Generated from protobuf field <code>int64 joined_participants = 4;</code>
- getMetadata() : string
- Generated from protobuf field <code>string metadata = 12;</code>
- getParentRoomId() : string
- Generated from protobuf field <code>string parent_room_id = 10;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 2;</code>
- getRoomTitle() : string
- Generated from protobuf field <code>string room_title = 1;</code>
- getSid() : string
- Generated from protobuf field <code>string sid = 3;</code>
- getWebhookUrl() : string
- Generated from protobuf field <code>string webhook_url = 8;</code>
- setCreationTime() : $this
- Generated from protobuf field <code>int64 creation_time = 11;</code>
- setIsActiveRtmp() : $this
- Generated from protobuf field <code>int32 is_active_rtmp = 7;</code>
- setIsBreakoutRoom() : $this
- Generated from protobuf field <code>int32 is_breakout_room = 9;</code>
- setIsRecording() : $this
- Generated from protobuf field <code>int32 is_recording = 6;</code>
- setIsRunning() : $this
- Generated from protobuf field <code>int32 is_running = 5;</code>
- setJoinedParticipants() : $this
- Generated from protobuf field <code>int64 joined_participants = 4;</code>
- setMetadata() : $this
- Generated from protobuf field <code>string metadata = 12;</code>
- setParentRoomId() : $this
- Generated from protobuf field <code>string parent_room_id = 10;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 2;</code>
- setRoomTitle() : $this
- Generated from protobuf field <code>string room_title = 1;</code>
- setSid() : $this
- Generated from protobuf field <code>string sid = 3;</code>
- setWebhookUrl() : $this
- Generated from protobuf field <code>string webhook_url = 8;</code>
Properties
$creation_time
Generated from protobuf field <code>int64 creation_time = 11;</code>
protected
mixed
$creation_time
= 0
$is_active_rtmp
Generated from protobuf field <code>int32 is_active_rtmp = 7;</code>
protected
mixed
$is_active_rtmp
= 0
$is_breakout_room
Generated from protobuf field <code>int32 is_breakout_room = 9;</code>
protected
mixed
$is_breakout_room
= 0
$is_recording
Generated from protobuf field <code>int32 is_recording = 6;</code>
protected
mixed
$is_recording
= 0
$is_running
Generated from protobuf field <code>int32 is_running = 5;</code>
protected
mixed
$is_running
= 0
$joined_participants
Generated from protobuf field <code>int64 joined_participants = 4;</code>
protected
mixed
$joined_participants
= 0
$metadata
Generated from protobuf field <code>string metadata = 12;</code>
protected
mixed
$metadata
= ''
$parent_room_id
Generated from protobuf field <code>string parent_room_id = 10;</code>
protected
mixed
$parent_room_id
= ''
$room_id
Generated from protobuf field <code>string room_id = 2;</code>
protected
mixed
$room_id
= ''
$room_title
Generated from protobuf field <code>string room_title = 1;</code>
protected
mixed
$room_title
= ''
$sid
Generated from protobuf field <code>string sid = 3;</code>
protected
mixed
$sid
= ''
$webhook_url
Generated from protobuf field <code>string webhook_url = 8;</code>
protected
mixed
$webhook_url
= ''
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 $room_title @type string $room_id @type string $sid @type int|string $joined_participants @type int $is_running @type int $is_recording @type int $is_active_rtmp @type string $webhook_url @type int $is_breakout_room @type string $parent_room_id @type int|string $creation_time @type string $metadata}
getCreationTime()
Generated from protobuf field <code>int64 creation_time = 11;</code>
public
getCreationTime() : int|string
Return values
int|stringgetIsActiveRtmp()
Generated from protobuf field <code>int32 is_active_rtmp = 7;</code>
public
getIsActiveRtmp() : int
Return values
intgetIsBreakoutRoom()
Generated from protobuf field <code>int32 is_breakout_room = 9;</code>
public
getIsBreakoutRoom() : int
Return values
intgetIsRecording()
Generated from protobuf field <code>int32 is_recording = 6;</code>
public
getIsRecording() : int
Return values
intgetIsRunning()
Generated from protobuf field <code>int32 is_running = 5;</code>
public
getIsRunning() : int
Return values
intgetJoinedParticipants()
Generated from protobuf field <code>int64 joined_participants = 4;</code>
public
getJoinedParticipants() : int|string
Return values
int|stringgetMetadata()
Generated from protobuf field <code>string metadata = 12;</code>
public
getMetadata() : string
Return values
stringgetParentRoomId()
Generated from protobuf field <code>string parent_room_id = 10;</code>
public
getParentRoomId() : string
Return values
stringgetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
getRoomId() : string
Return values
stringgetRoomTitle()
Generated from protobuf field <code>string room_title = 1;</code>
public
getRoomTitle() : string
Return values
stringgetSid()
Generated from protobuf field <code>string sid = 3;</code>
public
getSid() : string
Return values
stringgetWebhookUrl()
Generated from protobuf field <code>string webhook_url = 8;</code>
public
getWebhookUrl() : string
Return values
stringsetCreationTime()
Generated from protobuf field <code>int64 creation_time = 11;</code>
public
setCreationTime(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetIsActiveRtmp()
Generated from protobuf field <code>int32 is_active_rtmp = 7;</code>
public
setIsActiveRtmp(int $var) : $this
Parameters
- $var : int
Return values
$thissetIsBreakoutRoom()
Generated from protobuf field <code>int32 is_breakout_room = 9;</code>
public
setIsBreakoutRoom(int $var) : $this
Parameters
- $var : int
Return values
$thissetIsRecording()
Generated from protobuf field <code>int32 is_recording = 6;</code>
public
setIsRecording(int $var) : $this
Parameters
- $var : int
Return values
$thissetIsRunning()
Generated from protobuf field <code>int32 is_running = 5;</code>
public
setIsRunning(int $var) : $this
Parameters
- $var : int
Return values
$thissetJoinedParticipants()
Generated from protobuf field <code>int64 joined_participants = 4;</code>
public
setJoinedParticipants(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetMetadata()
Generated from protobuf field <code>string metadata = 12;</code>
public
setMetadata(string $var) : $this
Parameters
- $var : string
Return values
$thissetParentRoomId()
Generated from protobuf field <code>string parent_room_id = 10;</code>
public
setParentRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 2;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomTitle()
Generated from protobuf field <code>string room_title = 1;</code>
public
setRoomTitle(string $var) : $this
Parameters
- $var : string
Return values
$thissetSid()
Generated from protobuf field <code>string sid = 3;</code>
public
setSid(string $var) : $this
Parameters
- $var : string
Return values
$thissetWebhookUrl()
Generated from protobuf field <code>string webhook_url = 8;</code>
public
setWebhookUrl(string $var) : $this
Parameters
- $var : string