NotifyEventRoom
extends Message
in package
Generated from protobuf message <code>plugnmeet.NotifyEventRoom</code>
Table of Contents
Properties
- $creation_time : mixed
- Generated from protobuf field <code>optional uint64 creation_time = 5;</code>
- $empty_timeout : mixed
- Generated from protobuf field <code>optional uint32 empty_timeout = 3;</code>
- $max_participants : mixed
- Generated from protobuf field <code>optional uint32 max_participants = 4;</code>
- $metadata : mixed
- Generated from protobuf field <code>optional string metadata = 7;</code>
- $num_participants : mixed
- Generated from protobuf field <code>optional uint32 num_participants = 8;</code>
- $room_id : mixed
- Generated from protobuf field <code>optional string room_id = 2;</code>
- $sid : mixed
- Generated from protobuf field <code>optional string sid = 1;</code>
- $enabled_codecs : mixed
- Generated from protobuf field <code>repeated .livekit.Codec enabled_codecs = 6;</code>
Methods
- __construct() : mixed
- Constructor.
- clearCreationTime() : mixed
- clearEmptyTimeout() : mixed
- clearMaxParticipants() : mixed
- clearMetadata() : mixed
- clearNumParticipants() : mixed
- clearRoomId() : mixed
- clearSid() : mixed
- getCreationTime() : int|string
- Generated from protobuf field <code>optional uint64 creation_time = 5;</code>
- getEmptyTimeout() : int
- Generated from protobuf field <code>optional uint32 empty_timeout = 3;</code>
- getEnabledCodecs() : RepeatedField<string|int, Codec>
- Generated from protobuf field <code>repeated .livekit.Codec enabled_codecs = 6;</code>
- getMaxParticipants() : int
- Generated from protobuf field <code>optional uint32 max_participants = 4;</code>
- getMetadata() : string
- Generated from protobuf field <code>optional string metadata = 7;</code>
- getNumParticipants() : int
- Generated from protobuf field <code>optional uint32 num_participants = 8;</code>
- getRoomId() : string
- Generated from protobuf field <code>optional string room_id = 2;</code>
- getSid() : string
- Generated from protobuf field <code>optional string sid = 1;</code>
- hasCreationTime() : mixed
- hasEmptyTimeout() : mixed
- hasMaxParticipants() : mixed
- hasMetadata() : mixed
- hasNumParticipants() : mixed
- hasRoomId() : mixed
- hasSid() : mixed
- setCreationTime() : $this
- Generated from protobuf field <code>optional uint64 creation_time = 5;</code>
- setEmptyTimeout() : $this
- Generated from protobuf field <code>optional uint32 empty_timeout = 3;</code>
- setEnabledCodecs() : $this
- Generated from protobuf field <code>repeated .livekit.Codec enabled_codecs = 6;</code>
- setMaxParticipants() : $this
- Generated from protobuf field <code>optional uint32 max_participants = 4;</code>
- setMetadata() : $this
- Generated from protobuf field <code>optional string metadata = 7;</code>
- setNumParticipants() : $this
- Generated from protobuf field <code>optional uint32 num_participants = 8;</code>
- setRoomId() : $this
- Generated from protobuf field <code>optional string room_id = 2;</code>
- setSid() : $this
- Generated from protobuf field <code>optional string sid = 1;</code>
Properties
$creation_time
Generated from protobuf field <code>optional uint64 creation_time = 5;</code>
protected
mixed
$creation_time
= null
$empty_timeout
Generated from protobuf field <code>optional uint32 empty_timeout = 3;</code>
protected
mixed
$empty_timeout
= null
$max_participants
Generated from protobuf field <code>optional uint32 max_participants = 4;</code>
protected
mixed
$max_participants
= null
$metadata
Generated from protobuf field <code>optional string metadata = 7;</code>
protected
mixed
$metadata
= null
$num_participants
Generated from protobuf field <code>optional uint32 num_participants = 8;</code>
protected
mixed
$num_participants
= null
$room_id
Generated from protobuf field <code>optional string room_id = 2;</code>
protected
mixed
$room_id
= null
$sid
Generated from protobuf field <code>optional string sid = 1;</code>
protected
mixed
$sid
= null
$enabled_codecs
Generated from protobuf field <code>repeated .livekit.Codec enabled_codecs = 6;</code>
private
mixed
$enabled_codecs
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 $sid @type string $room_id @type int $empty_timeout @type int $max_participants @type int|string $creation_time @type \Livekit\Codec[] $enabled_codecs @type string $metadata @type int $num_participants}
clearCreationTime()
public
clearCreationTime() : mixed
clearEmptyTimeout()
public
clearEmptyTimeout() : mixed
clearMaxParticipants()
public
clearMaxParticipants() : mixed
clearMetadata()
public
clearMetadata() : mixed
clearNumParticipants()
public
clearNumParticipants() : mixed
clearRoomId()
public
clearRoomId() : mixed
clearSid()
public
clearSid() : mixed
getCreationTime()
Generated from protobuf field <code>optional uint64 creation_time = 5;</code>
public
getCreationTime() : int|string
Return values
int|stringgetEmptyTimeout()
Generated from protobuf field <code>optional uint32 empty_timeout = 3;</code>
public
getEmptyTimeout() : int
Return values
intgetEnabledCodecs()
Generated from protobuf field <code>repeated .livekit.Codec enabled_codecs = 6;</code>
public
getEnabledCodecs() : RepeatedField<string|int, Codec>
Return values
RepeatedField<string|int, Codec>getMaxParticipants()
Generated from protobuf field <code>optional uint32 max_participants = 4;</code>
public
getMaxParticipants() : int
Return values
intgetMetadata()
Generated from protobuf field <code>optional string metadata = 7;</code>
public
getMetadata() : string
Return values
stringgetNumParticipants()
Generated from protobuf field <code>optional uint32 num_participants = 8;</code>
public
getNumParticipants() : int
Return values
intgetRoomId()
Generated from protobuf field <code>optional string room_id = 2;</code>
public
getRoomId() : string
Return values
stringgetSid()
Generated from protobuf field <code>optional string sid = 1;</code>
public
getSid() : string
Return values
stringhasCreationTime()
public
hasCreationTime() : mixed
hasEmptyTimeout()
public
hasEmptyTimeout() : mixed
hasMaxParticipants()
public
hasMaxParticipants() : mixed
hasMetadata()
public
hasMetadata() : mixed
hasNumParticipants()
public
hasNumParticipants() : mixed
hasRoomId()
public
hasRoomId() : mixed
hasSid()
public
hasSid() : mixed
setCreationTime()
Generated from protobuf field <code>optional uint64 creation_time = 5;</code>
public
setCreationTime(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetEmptyTimeout()
Generated from protobuf field <code>optional uint32 empty_timeout = 3;</code>
public
setEmptyTimeout(int $var) : $this
Parameters
- $var : int
Return values
$thissetEnabledCodecs()
Generated from protobuf field <code>repeated .livekit.Codec enabled_codecs = 6;</code>
public
setEnabledCodecs(array<string|int, Codec> $var) : $this
Parameters
- $var : array<string|int, Codec>
Return values
$thissetMaxParticipants()
Generated from protobuf field <code>optional uint32 max_participants = 4;</code>
public
setMaxParticipants(int $var) : $this
Parameters
- $var : int
Return values
$thissetMetadata()
Generated from protobuf field <code>optional string metadata = 7;</code>
public
setMetadata(string $var) : $this
Parameters
- $var : string
Return values
$thissetNumParticipants()
Generated from protobuf field <code>optional uint32 num_participants = 8;</code>
public
setNumParticipants(int $var) : $this
Parameters
- $var : int
Return values
$thissetRoomId()
Generated from protobuf field <code>optional string room_id = 2;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string
Return values
$thissetSid()
Generated from protobuf field <code>optional string sid = 1;</code>
public
setSid(string $var) : $this
Parameters
- $var : string