UNPKG

agora-edu-core-lb

Version:

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

18 lines (17 loc) 487 B
import { IAgoraExtApp } from '..'; export declare const useAppPluginContext: () => { appPlugins: IAgoraExtApp[]; activeAppPlugins: 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; };