getDevicesList abstract method

List<TXDeviceInfo> getDevicesList(
  1. TXMediaDeviceType type
)

Getting the Device List (for Desktop OS)

  • Parameters:
    • type(TXMediaDeviceType):
      • Device type. Set it to the type of device you want to get.

Implementation

List<TXDeviceInfo> getDevicesList(TXMediaDeviceType type);