- When grabbing the device from the CLI, we now add it to a new var - We then add new var as the device so we can specify the group - Updated the default UDP port in the audio device for OP25 config
This commit is contained in:
@@ -150,7 +150,7 @@ class trunkingConfig {
|
||||
}
|
||||
|
||||
class audioConfig {
|
||||
constructor({ module = "sockaudio.py", port = 23457, deviceName = "default" }) {
|
||||
constructor({ module = "sockaudio.py", port = 23456, deviceName = "default" }) {
|
||||
this.module = module;
|
||||
this.instances = [{
|
||||
"instance_name": "audio0",
|
||||
|
||||
Reference in New Issue
Block a user