MeetingStatus.Status

@PublicApi
public enum MeetingStatus.Status



Describes the status of the user in Meet.

Note: this status is only relevant to the Meet app and meetings. It says nothing about whether the Meet Add-on's SDK is connected to the Meet app or is itself participating in any add-on session. Hence, it is possible for a status of ADDON_SESSION but the local user is not participating.

Summary

Public methods

static MeetingStatus.Status

Returns the enum constant of this type with the specified name.

static MeetingStatus.Status[]

Returns an array containing the constants of this enum type, in the order they're declared.

Public methods

valueOf

public static MeetingStatus.Status valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
MeetingStatus.Status

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static MeetingStatus.Status[] values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
MeetingStatus.Status[]

an array containing the constants of this enum type, in the order they're declared