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. The length of this string must be less than 1,000,000
characters.
Signature
notifySidePanel(payload: string): Promise<void>;
Details
Parameters
Name |
Type |
Optional |
Description |
payload |
string |
No |
|
Returns
Promise<void>
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Enables communication from the main Google Meet stage to the side panel add-on."],["Utilizes the `frameToFrameMessage` callback in the side panel add-on to handle incoming messages."],["Requires a payload string with a maximum length of 1,000,000 characters."],["`notifySidePanel` function sends the message to the side panel, returning a `Promise\u003cvoid\u003e`."]]],[]]