com.google.android.meet.addons
Interfaces
AddonClient |
Primary interface for starting and stopping an add-on session. |
AddonSession |
An add-on session. |
AddonSession.Builder |
A builder for |
AddonSessionHandler |
Callbacks provided by the add-on app for a session. |
CoDoingClient |
Represents a co-doing session. |
CoDoingHandler |
Callback provided by the add-on app to handle remote co-doing updates. |
CoWatchingClient |
Represents a co-watching session. |
CoWatchingHandler |
Callbacks provided by the add-on app to handle remote co-watching updates and to query the state of the local media. |
MeetingStatusListener |
Listener to be registered with |
ParticipantMetadataHandler |
Callback to handle sharing participant metadata. |
QueriedCoWatchingState |
Represents the state of the co-watching activity for |
Classes
AddonClientFactory |
Provides a |
AddonExceptionMetadata |
Represents information about the |
AddonMeetingInfo |
Represents information about the meeting associated with the add-on session. |
AddonMeetingInfo.Builder |
Builder for |
ClientQueue |
Represents a queue of media items. |
ClientQueue.Builder |
Builder for |
ClientQueueEntry |
Contains a single queue entry. |
ClientQueueEntry.Builder |
Builder for a |
CoDoingState |
Represents the state of the co-doing activity. |
CoDoingState.Builder |
Builder for |
CoWatchingQueue |
Contains a client queue's data and/or server queue's metadata. |
CoWatchingQueue.Builder |
Builder for a |
CoWatchingState |
Represents the state of the co-watching activity. |
CoWatchingState.Builder |
Builder for |
MeetingStatus |
Represents information pertaining to the state or status of a Meet meeting. |
MeetingStatus.Builder |
Builder for |
RecordingInfo |
An immutable object containing information about any ongoing recording in the meeting. |
RecordingInfo.Builder |
Builder for |
ServerQueueParams |
Contains metadata for a queue stored on the server of a add-on application. |
ServerQueueParams.Builder |
Builder for a |
Enums
AddonClient.AddonFailureEventType |
Represents a failure event occurred before, during or after an add-on session. |
AddonException.Code |
Canonical error codes for |
AddonMeetingInfo.MeetingStatus |
Describes the status of the user in Meet. |
AddonSessionHandler.EndReason |
Describes the reason the |
AddonSessionHandler.Privilege |
Describes a privilege that is allocated or revoked from a participant in an add-on session. |
CoWatchingState.PlaybackState |
Represents the current state of media playback. |
MeetingStatus.Status |
Describes the status of the user in Meet. |
RecordingInfo.RecordingStatus |
Describes the status of Meeting recording in the ongoing Meeting. |
Exceptions
AddonException |
Represents an unexpected error that occurred within the Meet Add-on's SDK. |