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,