Reference documentation and code samples for the Google Apps Meet V2beta Client class RecordingConfig.
Configuration related to recording in a meeting space.
Generated from protobuf message google.apps.meet.v2beta.SpaceConfig.ArtifactConfig.RecordingConfig
Namespace
Google \ Apps \ Meet \ V2beta \ SpaceConfig \ ArtifactConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ auto_recording_generation |
int
Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting. |
getAutoRecordingGeneration
Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting.
Returns | |
---|---|
Type | Description |
int |
setAutoRecordingGeneration
Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |