mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Let vatlib take an ephemeral voice port
This commit is contained in:
@@ -30,7 +30,7 @@ namespace BlackCore
|
||||
CVoiceVatlib::CVoiceVatlib(QObject *parent) :
|
||||
IVoice(parent),
|
||||
m_audioService(Vat_CreateAudioService()),
|
||||
m_udpPort(Vat_CreateUDPAudioPort(m_audioService.data(), 3782))
|
||||
m_udpPort(Vat_CreateUDPAudioPort(m_audioService.data(), 0))
|
||||
{
|
||||
Vat_SetVoiceLogHandler(SeverityError, CVoiceVatlib::voiceLogHandler);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user