UNPKG

agora-meeting-core

Version:

For publishing npm package agora-metting-core (Web). Get more information from https://docs.agora.io

17 lines (16 loc) 449 B
import { IAgoraExtApp } from '..'; export declare const useAppPluginContext: () => { appPlugins: IAgoraExtApp[]; contextInfo: { roomName: any; roomType: any; roomUuid: any; userName: any; userRole: any; userUuid: any; language: string; }; onLaunchAppPlugin: (id: any) => void; onShutdownAppPlugin: (id: any) => void; appPluginProperties: (app: IAgoraExtApp) => any; };