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() {
  _channel.invokeMethod('getDeviceManager');
  return new TXDeviceManager(_channel);
}