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
$merge_scope
protected
mixed
$merge_scope
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.}
getByIds()
Merge a specific list of recordings from the same room.
public
getByIds() : MergeRecordingsByIds|null
Generated from protobuf field .plugnmeet.MergeRecordingsByIds by_ids = 2;
Return values
MergeRecordingsByIds|nullgetBySession()
Merge recordings based on a single room session.
public
getBySession() : MergeRecordingsByRoomSession|null
Generated from protobuf field .plugnmeet.MergeRecordingsByRoomSession by_session = 1;
Return values
MergeRecordingsByRoomSession|nullgetMergeScope()
public
getMergeScope() : string
Return values
stringhasByIds()
public
hasByIds() : mixed
hasBySession()
public
hasBySession() : mixed
setByIds()
Merge a specific list of recordings from the same room.
public
setByIds(MergeRecordingsByIds $var) : $this
Generated from protobuf field .plugnmeet.MergeRecordingsByIds by_ids = 2;
Parameters
- $var : MergeRecordingsByIds
Return values
$thissetBySession()
Merge recordings based on a single room session.
public
setBySession(MergeRecordingsByRoomSession $var) : $this
Generated from protobuf field .plugnmeet.MergeRecordingsByRoomSession by_session = 1;
Parameters
- $var : MergeRecordingsByRoomSession