getPlayoutDevice method

Future<MediaDevice?> getPlayoutDevice(
  1. int index
)

Get speaker device details by its index

Implementation

Future<MediaDevice?> getPlayoutDevice(int index) async {
  return _getMediaDevice(index, PjsipConnectPlatform.kMethodDvcGetPlayout);
}