These buttons call SDK APIs that postMessage the host (and sometimes call Formant APIs). Watch the browser console and host logs.
overview_devices sent by the host via postMessage.
No auth required. Also tries to “upgrade” to full Device[]
if auth is available.
Fleet.getCurrentGroup() (reads ?group=
from the iframe URL and queries Formant). Requires real auth.
request_module_data; host replies with
module_data (streams for all devices).
show_message to the host (visible in the host logs /
product UI).
refresh_auth_token; host replies with
auth_token.
send_channel_data and listens for echoed
channel_data.
go_to_time to the host (timeline navigation).
go_to_device with a demo device id.
Fleet.getOnlineDevices(). Requires real auth.