GoogleApi.Meet.V2.Model.RecordingConfig (google_api_meet v0.4.0)
View SourceConfiguration related to recording in a meeting space.
Attributes
-
autoRecordingGeneration
(type:String.t
, default:nil
) - Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Meet.V2.Model.RecordingConfig{ autoRecordingGeneration: String.t() | nil }