Type Alias NEMeetingWebAppItem
NEMeetingWebAppItem: {
description?: string;
homeUrl: string;
icon: NEMeetingWebAppIconItem;
name: string;
pluginId: string;
sessionId: string;
type: NEMeetingWebAppItemType;
}
Type declaration
Optional
description?: string
homeUrl: string
icon: NEMeetingWebAppIconItem
name: string
pluginId: string
sessionId: string
type: NEMeetingWebAppItemType
应用描述