/
4.1.13.1 Conference
4.1.13.1 Conference
GET /groupchat/{groupId}/conference/status | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DescriptionThe method returns the status of users from the conference server. | ||||||||||||||||||||
Parameters
| ||||||||||||||||||||
Responses
All status change notifications will be sent from EMCD via SIP INFO. Content example: { "action": "conference-status", "status": 200, "gid" : 383, "login" : "123728362", "guest" : "48500100200", "audio" : 1, "video" : 0 } SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.230:10066;branch=u2aG4bC-26676-2-6 From: <sip:system@hstsrv.net>;tag=1 To: <sip:123728362@hstsrv.net>;tag=31051470601 Call-ID: 1-24086@192.168.1.230 CSeq: 1 INFO Content-Length: 89 Content-Type: text/plain {"action": "conference-status", "gid": 383, "login": "123728362", "audio": 1, "video": 0} |
POST /groupchat/{groupId}/conference/invite | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DescriptionInvitation to the conference. | |||||||||||||||||||||||||
Parameters
| |||||||||||||||||||||||||
Responses
Call status notifications will be sent from EMCD via SIP INFO. Content example: { "action": "conference-status", "status": 180, "gid" : 383, "login" : "login", "guest" : "number" } where:
Przyk?ad SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.230:10066;branch=u2aG4bC-26676-2-6 From: <sip:system@hstsrv.net>;tag=1 To: <sip:123728362@hstsrv.net>;tag=31051470601 Call-ID: 1-24086@192.168.1.230 CSeq: 1 INFO Content-Length: 89 Content-Type: text/plain {"action": "conference-status", "status": 100, "gid": 383, "login": "123728362"} |
PATCH /groupchat/{groupId}/conference/invite | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DescriptionCancel an invitation. | |||||||||||||||||||||||||
Parameters
| |||||||||||||||||||||||||
Responses
|
, multiple selections available,
Related content
4.1.13 Group chat
4.1.13 Group chat
More like this
4.1 EMCD - WEB API for dialers
4.1 EMCD - WEB API for dialers
More like this
4.1.17.1 Retrieve list of voicemails
4.1.17.1 Retrieve list of voicemails
More like this
4.1.9 Offline history
4.1.9 Offline history
More like this
4.1.17.3 Greeting - file management
4.1.17.3 Greeting - file management
More like this
4.1.17.2 Voicemail - file management
4.1.17.2 Voicemail - file management
More like this