Google Apps Meet V2 Client - Class State (0.2.2)

Reference documentation and code samples for the Google Apps Meet V2 Client class State.

Current state of the recording session.

Protobuf type google.apps.meet.v2.Recording.State

Namespace

Google \ Apps \ Meet \ V2 \ Recording

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default, never used.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

STARTED

Value: 1

An active recording session has started.

Generated from protobuf enum STARTED = 1;

ENDED

Value: 2

This recording session has ended, but the recording file hasn't been generated yet.

Generated from protobuf enum ENDED = 2;

FILE_GENERATED

Value: 3

Recording file is generated and ready to download.

Generated from protobuf enum FILE_GENERATED = 3;