Show / Hide Table of Contents

Class Recording

Metadata about a recording created during a conference.

Inheritance
object
Recording
Implements
IMessage<Recording>
IEquatable<Recording>
IDeepCloneable<Recording>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
public sealed class Recording : IMessage<Recording>, IEquatable<Recording>, IDeepCloneable<Recording>, IBufferMessage, IMessage

Constructors

Recording()

Declaration
public Recording()

Recording(Recording)

Declaration
public Recording(Recording other)
Parameters
Type Name Description
Recording other

Properties

DestinationCase

Declaration
public Recording.DestinationOneofCase DestinationCase { get; }
Property Value
Type Description
Recording.DestinationOneofCase

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
Type Description
DriveDestination

EndTime

Output only. Timestamp when the recording ended.

Declaration
public Timestamp EndTime { get; set; }
Property Value
Type Description
Timestamp

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
Type Description
string

RecordingName

RecordingName-typed view over the Name resource name property.

Declaration
public RecordingName RecordingName { get; set; }
Property Value
Type Description
RecordingName

StartTime

Output only. Timestamp when the recording started.

Declaration
public Timestamp StartTime { get; set; }
Property Value
Type Description
Timestamp

State

Output only. Current state.

Declaration
public Recording.Types.State State { get; set; }
Property Value
Type Description
Recording.Types.State
In this article
Back to top Generated by DocFX