mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +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
|
btStartAudio.enabled = false
|
||||||
cbInputDevices.enabled = false
|
cbInputDevices.enabled = false
|
||||||
cbOutputDevices.enabled = false
|
cbOutputDevices.enabled = false
|
||||||
voiceClient.start(cbInputDevices.currentText, cbOutputDevices.currentText)
|
voiceClient.startAudio(cbInputDevices.currentText, cbOutputDevices.currentText)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user