Documentation

ActiveRoomInfoRes extends Message
in package

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

Table of Contents

Properties

$msg  : mixed
Generated from protobuf field <code>string msg = 2;</code>
$room_info  : mixed
Generated from protobuf field <code>optional .plugnmeet.ActiveRoomInfo room_info = 3;</code>
$status  : mixed
Generated from protobuf field <code>bool status = 1;</code>
$participants_info  : mixed
Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants_info = 4;</code>

Methods

__construct()  : mixed
Constructor.
clearRoomInfo()  : mixed
getMsg()  : string
Generated from protobuf field <code>string msg = 2;</code>
getParticipantsInfo()  : RepeatedField<string|int, ParticipantInfo>
Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants_info = 4;</code>
getRoomInfo()  : ActiveRoomInfo|null
Generated from protobuf field <code>optional .plugnmeet.ActiveRoomInfo room_info = 3;</code>
getStatus()  : bool
Generated from protobuf field <code>bool status = 1;</code>
hasRoomInfo()  : mixed
setMsg()  : $this
Generated from protobuf field <code>string msg = 2;</code>
setParticipantsInfo()  : $this
Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants_info = 4;</code>
setRoomInfo()  : $this
Generated from protobuf field <code>optional .plugnmeet.ActiveRoomInfo room_info = 3;</code>
setStatus()  : $this
Generated from protobuf field <code>bool status = 1;</code>

Properties

$msg

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

protected mixed $msg = ''

$room_info

Generated from protobuf field <code>optional .plugnmeet.ActiveRoomInfo room_info = 3;</code>

protected mixed $room_info = null

$status

Generated from protobuf field <code>bool status = 1;</code>

protected mixed $status = false

$participants_info

Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants_info = 4;</code>

private mixed $participants_info

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 bool $status
@type string $msg
@type \Mynaparrot\PlugnmeetProto\ActiveRoomInfo $room_info
@type \Livekit\ParticipantInfo[] $participants_info

}

getMsg()

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

public getMsg() : string
Return values
string

getParticipantsInfo()

Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants_info = 4;</code>

public getParticipantsInfo() : RepeatedField<string|int, ParticipantInfo>
Return values
RepeatedField<string|int, ParticipantInfo>

getStatus()

Generated from protobuf field <code>bool status = 1;</code>

public getStatus() : bool
Return values
bool

setMsg()

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

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

setParticipantsInfo()

Generated from protobuf field <code>repeated .livekit.ParticipantInfo participants_info = 4;</code>

public setParticipantsInfo(array<string|int, ParticipantInfo$var) : $this
Parameters
$var : array<string|int, ParticipantInfo>
Return values
$this

setStatus()

Generated from protobuf field <code>bool status = 1;</code>

public setStatus(bool $var) : $this
Parameters
$var : bool
Return values
$this

        
On this page

Search results