Method signature MeetMainStageClient.notifySidePanel

Sends a message from the main stage add-on iframe to the side panel add-on iframe. The add-on running in the side panel iframe can react to this message using the frameToFrameMessage add-on callback.

Signature

notifySidePanel(payload: string): Promise<void>;

Details

Optional No

Parameters

Name Type Optional Description
payload string No

Returns

Promise<void>