DeviceInfo

Audio device information.

export class DeviceInfo {

  isLowLatencyAudioSupported?: boolean;
}
Note: (Android only)

Properties

isLowLatencyAudioSupported
Whether ultra-low-latency audio capture and playback is supported:
  • true: Supported
  • false: Not supported