UNPKG

agora-meeting-sdk

Version:

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

6 lines (5 loc) 191 B
export interface DeviceProps { deviceId: string; label: string; } export declare type SettingValue = 'mediaSetting' | 'personSetting' | 'roomSetting' | 'aboutSetting' | 'logSetting';