MeetingStatus

@Immutable
@AutoValue
@PublicApi
public abstract class MeetingStatus


Represents information pertaining to the state or status of a Meet meeting.

Summary

Nested types

Builder for MeetingStatus.

Describes the status of the user in Meet.

Public methods

static MeetingStatus.Builder

Returns a new builder.

abstract RecordingInfo

Describes the state of Recording for the meeting.

abstract MeetingStatus.Status

Describes the current status of any meeting in the Meet app.

abstract MeetingStatus.Builder

Returns a new Builder from the current object.

Public methods

builder

public static MeetingStatus.Builder builder()

Returns a new builder.

recordingInfo

public abstract RecordingInfo recordingInfo()

Describes the state of Recording for the meeting.

status

public abstract MeetingStatus.Status status()

Describes the current status of any meeting in the Meet app.

toBuilder

public abstract MeetingStatus.Builder toBuilder()

Returns a new Builder from the current object.