Merge "feat: AudioSocket channel, application, and ARI support."

This commit is contained in:
Friendly Automation
2020-01-15 07:22:08 -06:00
committed by Gerrit Code Review
10 changed files with 1060 additions and 2 deletions

View File

@@ -1810,7 +1810,8 @@
"allowableValues": {
"valueType": "LIST",
"values": [
"rtp"
"rtp",
"audiosocket"
]
}
},
@@ -1825,7 +1826,8 @@
"allowableValues": {
"valueType": "LIST",
"values": [
"udp"
"udp",
"tcp"
]
}
},
@@ -1866,6 +1868,14 @@
"both"
]
}
},
{
"name": "data",
"description": "An arbitrary data field",
"paramType": "query",
"required": false,
"allowMultiple": false,
"dataType": "string"
}
],
"errorResponses": [