MergeRecordingsByRoomSession
extends Message
in package
Generated from protobuf message <code>plugnmeet.MergeRecordingsByRoomSession</code>
Table of Contents
Properties
- $room_sid : mixed
- Merge all recordings from a single room session.
- $exclude_recording_ids : mixed
- Optionally exclude some recordings from the merge.
Methods
- __construct() : mixed
- Constructor.
- getExcludeRecordingIds() : RepeatedField<string|int, string>
- Optionally exclude some recordings from the merge.
- getRoomSid() : string
- Merge all recordings from a single room session.
- setExcludeRecordingIds() : $this
- Optionally exclude some recordings from the merge.
- setRoomSid() : $this
- Merge all recordings from a single room session.
Properties
$room_sid
Merge all recordings from a single room session.
protected
mixed
$room_sid
= ''
Generated from protobuf field string room_sid = 1 [(.buf.validate.field) = {
$exclude_recording_ids
Optionally exclude some recordings from the merge.
private
mixed
$exclude_recording_ids
Generated from protobuf field repeated string exclude_recording_ids = 2;
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_sid Merge all recordings from a single room session. @type string[] $exclude_recording_ids Optionally exclude some recordings from the merge.}
getExcludeRecordingIds()
Optionally exclude some recordings from the merge.
public
getExcludeRecordingIds() : RepeatedField<string|int, string>
Generated from protobuf field repeated string exclude_recording_ids = 2;
Return values
RepeatedField<string|int, string>getRoomSid()
Merge all recordings from a single room session.
public
getRoomSid() : string
Generated from protobuf field string room_sid = 1 [(.buf.validate.field) = {
Return values
stringsetExcludeRecordingIds()
Optionally exclude some recordings from the merge.
public
setExcludeRecordingIds(array<string|int, string> $var) : $this
Generated from protobuf field repeated string exclude_recording_ids = 2;
Parameters
- $var : array<string|int, string>
Return values
$thissetRoomSid()
Merge all recordings from a single room session.
public
setRoomSid(string $var) : $this
Generated from protobuf field string room_sid = 1 [(.buf.validate.field) = {
Parameters
- $var : string