talkPlus
POST
/v2/openapi/audio/talk/plusmulti node version
Request
Body Params application/json
deviceId
string | null
required
deviceId
channelId
integer | null
required
channelId
nodeValue
string | null
optional
The value of this parameter can be obtained through the /v2/audio/nodes interface
Example
{
"deviceId": "string",
"channelId": 0,
"nodeValue": "string"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
object (ApiTalkVO)
optional
deviceId
string | null
optional
channelId
integer | null
optional
talkChannel
string | null
optional
if you don t pass it the default value is used
The value can be obtained from the interface /v2/openapi/video/nodes
talkUrl
string | null
optional
talk socket address
msg
string | null
optional
Example
{
"code": 0,
"data": {
"deviceId": "",
"channelId": 0,
"talkChannel": "",
"talkUrl": ""
},
"msg": ""
}
Last modified: 4 months ago