getDeviceManager method

TXDeviceManager getDeviceManager()

Get a device management module for managing audio and video related devices such as cameras, microphones, and speakers

Platform not supported:

  • web

Implementation

TXDeviceManager getDeviceManager() {
  _cloudChannel!.invokeMethod('getDeviceManager');
  return new TXDeviceManager(_cloudChannel!);
}