Returns the current participant roster (including the bot).
Joins the meeting (async — the native join handshake is network-bound).
Leaves the meeting and releases native resources.
Mutes a participant (requires the bot be host/co-host).
Registers the inbound per-participant raw-audio callback. "Latest handler wins."
Registers the native hand-raise/lower callback.
Registers the meeting-ended callback.
Registers the participant-join callback.
Registers the participant-leave callback (id of the participant that left).
Posts a message to the in-meeting chat (everyone).
Sends one raw PCM frame as the bot's outbound audio (the virtual-mic send path — the agent's voice).
The live native-meeting client the addon hands back. The surface closely mirrors IZoomMeetingSdk but in the addon's own (lower-cased) vocabulary; this adapter maps between the two. VERIFY against the native Zoom Meeting SDK addon.