Go to documentation repository
Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.
General request format:
GET http://IP-address:port/web2/secure/video/action.do?version={version}&sessionid={sessionid}&command=audio.stop&audio_in={audio_in}&login={login}&password={password}
Request parameters:
Parameter | Is required | Description |
---|---|---|
version | Yes | See Product version |
sessionid | No | Session ID |
command | Yes | Command to stop streaming live sound: audio.stop |
audio_in | Yes | Microphone ID in the format "TYPE:ID", for example "MIC:1" |
login | No | Intellect username, if set |
password | No | Intellect user password, if set |
Request example:
GET http://127.0.0.1:8085/web2/secure/video/action.do?version=4.9.0.0&sessionid=29101F1&command=audio.stop&audio_in=MIC:5&login=USER&password=PASS
Response example:
The end xml packet will be received:
--audioframe Content-Type: text/xml Content-Length: 106 <audio_in> <sessionid>FC126734</sessionid> <audio_in>MIC:5</audio_in> <newstate>closed</newstate> <errcode>100</errcode> </audio_in>
Overview
Content Tools