Documentation

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

}

getCreationTime()

Generated from protobuf field <code>optional uint64 creation_time = 5;</code>

public getCreationTime() : int|string
Return values
int|string

getEmptyTimeout()

Generated from protobuf field <code>optional uint32 empty_timeout = 3;</code>

public getEmptyTimeout() : int
Return values
int

getEnabledCodecs()

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
int

getMetadata()

Generated from protobuf field <code>optional string metadata = 7;</code>

public getMetadata() : string
Return values
string

getNumParticipants()

Generated from protobuf field <code>optional uint32 num_participants = 8;</code>

public getNumParticipants() : int
Return values
int

getRoomId()

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

public getRoomId() : string
Return values
string

getSid()

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

public getSid() : string
Return values
string

setCreationTime()

Generated from protobuf field <code>optional uint64 creation_time = 5;</code>

public setCreationTime(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setEmptyTimeout()

Generated from protobuf field <code>optional uint32 empty_timeout = 3;</code>

public setEmptyTimeout(int $var) : $this
Parameters
$var : int
Return values
$this

setEnabledCodecs()

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
$this

setMaxParticipants()

Generated from protobuf field <code>optional uint32 max_participants = 4;</code>

public setMaxParticipants(int $var) : $this
Parameters
$var : int
Return values
$this

setMetadata()

Generated from protobuf field <code>optional string metadata = 7;</code>

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

setNumParticipants()

Generated from protobuf field <code>optional uint32 num_participants = 8;</code>

public setNumParticipants(int $var) : $this
Parameters
$var : int
Return values
$this

setRoomId()

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

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

setSid()

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

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

        
On this page

Search results