MeetAddonClient 接口

插件用于与 Meet 网页版通信的客户端对象。

签名

interface MeetAddonClient

方法签名

名称 说明
clearCollaborationStartingState() 清除协作中使用的插件初始状态的相关信息。
getCollaborationStartingState() 在参与者接受协作邀请时检索有关插件初始状态的信息。
getFrameOpenReason() 检索导致插件框架打开的操作。
getMeetingInfo() 检索有关运行插件的会议的信息。
getMeetPlatformInfo() 检索运行该插件的 Meet 平台的相关信息。
on(eventId, eventHandler) 提供对插件可使用的 AddonCallbacks 的访问权限。
setCollaborationStartingState(collaborationStartingState) 设置或更新有关在参与者接受协作邀请时使用的插件初始状态的信息。