Documentation

MergeRecordingsReq extends Message
in package

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

Table of Contents

Properties

$merge_scope  : mixed

Methods

__construct()  : mixed
Constructor.
getByIds()  : MergeRecordingsByIds|null
Merge a specific list of recordings from the same room.
getBySession()  : MergeRecordingsByRoomSession|null
Merge recordings based on a single room session.
getMergeScope()  : string
hasByIds()  : mixed
hasBySession()  : mixed
setByIds()  : $this
Merge a specific list of recordings from the same room.
setBySession()  : $this
Merge recordings based on a single room session.

Properties

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 \Mynaparrot\PlugnmeetProto\MergeRecordingsByRoomSession $by_session
      Merge recordings based on a single room session.
@type \Mynaparrot\PlugnmeetProto\MergeRecordingsByIds $by_ids
      Merge a specific list of recordings from the same room.

}

On this page

Search results