forked from mirrors/linphone-iphone
Default recording device to device microphone when in a call
This commit is contained in:
parent
1d2d6f7605
commit
08ce19533b
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ import linphonesw
|
|||
Log.i("[Audio Route Helper] Headphones/headset device is able to record audio, also change input audio device")
|
||||
applyAudioRouteChange(call:call,types: [AudioDeviceType.Headphones, AudioDeviceType.Headset], output:false)
|
||||
}
|
||||
default: break
|
||||
default: applyAudioRouteChange(call:call,types: [AudioDeviceType.Microphone], output:false)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue