Skip to content

Commit b63203b

Browse files
author
Vladimir Morosev
committed
Audio device selection for external Audio Device Module componenet
1 parent e13a62b commit b63203b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ClientCore/Signalling/Conductor.cs

+2
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,8 @@ async private Task<bool> CreatePeerConnection(CancellationToken cancelationToken
614614
}
615615

616616
var factoryConfig = new WebRtcFactoryConfiguration();
617+
factoryConfig.AudioCaptureDeviceId = _selectedAudioCaptureDevice.Id;
618+
factoryConfig.AudioRenderDeviceId = _selectedAudioPlayoutDevice.Id;
617619
_factory = new WebRtcFactory(factoryConfig);
618620

619621
#if ENABLE_AUDIO_PROCESSING

0 commit comments

Comments
 (0)