Class Recording
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class Recording : IMessage<Recording>, IEquatable<Recording>, IDeepCloneable<Recording>, IBufferMessage, IMessage
Constructors
Recording()
Declaration
Recording(Recording)
Declaration
public Recording(Recording other)
Parameters
Properties
DestinationCase
Declaration
public Recording.DestinationOneofCase DestinationCase { get; }
Property Value
DriveDestination
Output only. Recording is saved to Google Drive as an mp4 file. The
drive_destination
includes the Drive fileId
that can be used to
download the file using the files.get
method of the Drive API.
Declaration
public DriveDestination DriveDestination { get; set; }
Property Value
EndTime
Output only. Timestamp when the recording ended.
Declaration
public Timestamp EndTime { get; set; }
Property Value
Name
Output only. Resource name of the recording.
Format: conferenceRecords/{conference_record}/recordings/{recording}
where {recording}
is a 1:1 mapping to each unique recording session
during the conference.
Declaration
public string Name { get; set; }
Property Value
RecordingName
Declaration
public RecordingName RecordingName { get; set; }
Property Value
StartTime
Output only. Timestamp when the recording started.
Declaration
public Timestamp StartTime { get; set; }
Property Value
State
Output only. Current state.
Declaration
public Recording.Types.State State { get; set; }
Property Value