selectAudioInput static method
Set audio input device for Flutter native
Note: The usual practice in flutter web is to use deviceId as the
getUserMedia
parameter to get a new audio track and replace it with the
audio track in the original rtpsender.
Implementation
static Future<void> selectAudioInput(String deviceId) =>
NativeAudioManagement.selectAudioInput(deviceId);