Interface MeetSidePanelClient

The MeetAddonClient for the side panel component of an add-on.

Signature

interface MeetSidePanelClient extends MeetAddonClient

Heritage

Extends MeetAddonClient

Method signatures

Name Description
clearCollaborationStartingState() Clears the information about the initial state of the add-on used in the collaboration.
(Inherited from MeetAddonClient)
getCollaborationStartingState() Retrieves information about the initial state of the add-on when the participant accepts the invitation to collaborate.
(Inherited from MeetAddonClient)
getFrameOpenReason() Retrieves the action causing the add-on frame to be opened.
(Inherited from MeetAddonClient)
getMeetingInfo() Retrieves information about the meeting in which the add-on is running.
(Inherited from MeetAddonClient)
getMeetPlatformInfo() Retrieves information about the Meet platform in which the add-on is running.
(Inherited from MeetAddonClient)
notifyMainStage(payload) Sends a message from the side panel add-on iframe to the main stage add-on iframe. The add-on running in the main stage iframe can react to this message using the frameToFrameMessage add-on callback (see AddonCallbacks).
on(eventId, eventHandler) Provides access to the AddonCallbacks that the add-on can utilize.
(Inherited from MeetAddonClient)
setCollaborationStartingState(collaborationStartingState) Sets or updates information about the initial state of the add-on that's used when the participant accepts the invitation to collaborate.
(Inherited from MeetAddonClient)