getRecordingDevice method
Get microphone device details by its index
Implementation
Future<MediaDevice?> getRecordingDevice(int index) async {
return _getMediaDevice(index, PjsipConnectPlatform.kMethodDvcGetRecording);
}
Get microphone device details by its index
Future<MediaDevice?> getRecordingDevice(int index) async {
return _getMediaDevice(index, PjsipConnectPlatform.kMethodDvcGetRecording);
}