IotHub
  1. audio
IotHub
  • README
  • Update Record
  • token
    • createToken
      POST
    • destroyToken
      POST
  • customer
    • customerPage
      POST
    • customerTree
      POST
  • device
    • command
      • commandSend
      • commandInfoList
      • cutOilElectric
      • getConfig
    • devicePage
      POST
    • deviceTypes
      POST
    • deviceTypeInfo
      POST
    • deviceDataByDeviceIds
      POST
    • deviceDataByCustomerId
      POST
    • deviceTripInfoByTripId
      POST
    • deviceTripsByDeviceId
      POST
    • expandInfoByDeviceId
      POST
    • saveDeviceChannelName
      POST
  • fence
    • fencePage
      POST
    • fenceInfo
      POST
    • addFence
      POST
    • saveFence
      POST
    • delFence
      POST
    • fenceDevices
      POST
    • fenceDeviceUpdate
      POST
    • fenceDeviceDel
      POST
    • fenceDeviceAdd
      POST
  • push
    • README
  • video
    • H5 page
    • H5 Page-V2
    • liveVideo
    • playBackList
    • historicalUpload
    • playBack
    • replaySet
    • taskPage
    • taskDelete
    • getNodes
  • alarm
    • alarmTypeList
    • alarmFilePage
    • alarmFileByAlarmId
    • alarmHistoryPage
    • alarmPageByUser
  • audio
    • README
    • talk
      POST
    • talkPlus
      POST
  • gallery
    • filePageV2
    • filePage
    • deleteFile
    • capture
    • capturePage
  • fleet
    • faceRecordPage
  • gps
    • historyData
  • Protocol Analysis
    POST
  1. audio

talkPlus

Singapore
https://mettahub.mettaxiot.com/gps
Singapore
https://mettahub.mettaxiot.com/gps
POST
/v2/openapi/audio/talk/plus
multi node version

Request

Header Params
Authorization
string 
required
Body Params application/json
deviceId
string  | null 
required
deviceId
channelId
integer  | null 
required
channelId
>= 1
nodeValue
string  | null 
optional
The value of this parameter can be obtained through the /v2/audio/nodes interface
Example
{
    "deviceId": "string",
    "channelId": 1,
    "nodeValue": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/audio/talk/plus' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "deviceId": "string",
    "channelId": 1,
    "nodeValue": "string"
}'

Responses

🟢200Success
application/json
Body
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": ""
}
Modified at 2025-03-05 07:45:25
Previous
talk
Next
filePageV2
Built with