Documentation

MergeRecordingsByIds extends Message
in package

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

Table of Contents

Properties

$room_id  : mixed
The room_id that all recording_ids belong to.
$recording_ids  : mixed
A list of recording IDs to merge.

Methods

__construct()  : mixed
Constructor.
getRecordingIds()  : RepeatedField<string|int, string>
A list of recording IDs to merge.
getRoomId()  : string
The room_id that all recording_ids belong to.
setRecordingIds()  : $this
A list of recording IDs to merge.
setRoomId()  : $this
The room_id that all recording_ids belong to.

Properties

$room_id

The room_id that all recording_ids belong to.

protected mixed $room_id = ''

Generated from protobuf field string room_id = 1 [(.buf.validate.field) = {

$recording_ids

A list of recording IDs to merge.

private mixed $recording_ids

All recordings must belong to the specified room_id, but can be from different sessions. The final video will be generated by appending recordings in the order they are provided here.

Generated from protobuf field repeated string recording_ids = 2 [(.buf.validate.field) = {

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_id
      The room_id that all recording_ids belong to.
@type string[] $recording_ids
      A list of recording IDs to merge.
      All recordings must belong to the specified room_id, but can be from different sessions.
      The final video will be generated by appending recordings in the order they are provided here.

}

getRecordingIds()

A list of recording IDs to merge.

public getRecordingIds() : RepeatedField<string|int, string>

All recordings must belong to the specified room_id, but can be from different sessions. The final video will be generated by appending recordings in the order they are provided here.

Generated from protobuf field repeated string recording_ids = 2 [(.buf.validate.field) = {

Return values
RepeatedField<string|int, string>

getRoomId()

The room_id that all recording_ids belong to.

public getRoomId() : string

Generated from protobuf field string room_id = 1 [(.buf.validate.field) = {

Return values
string

setRecordingIds()

A list of recording IDs to merge.

public setRecordingIds(array<string|int, string> $var) : $this

All recordings must belong to the specified room_id, but can be from different sessions. The final video will be generated by appending recordings in the order they are provided here.

Generated from protobuf field repeated string recording_ids = 2 [(.buf.validate.field) = {

Parameters
$var : array<string|int, string>
Return values
$this

setRoomId()

The room_id that all recording_ids belong to.

public setRoomId(string $var) : $this

Generated from protobuf field string room_id = 1 [(.buf.validate.field) = {

Parameters
$var : string
Return values
$this
On this page

Search results