mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
Ref T731, fixed AFV sample typo "startAudio"
This commit is contained in:
committed by
Mat Sutcliffe
parent
f69edff5c0
commit
79317aeb24
@@ -161,7 +161,7 @@ ApplicationWindow {
|
||||
btStartAudio.enabled = false
|
||||
cbInputDevices.enabled = false
|
||||
cbOutputDevices.enabled = false
|
||||
voiceClient.start(cbInputDevices.currentText, cbOutputDevices.currentText)
|
||||
voiceClient.startAudio(cbInputDevices.currentText, cbOutputDevices.currentText)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user