agora-meeting-sdk
Version:
For publishing npm package agora-metting-sdk (Web). Get more information from https://docs.agora.io
17 lines (16 loc) • 449 B
TypeScript
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;
};