Difference between revisions of "ChatSessionRequest"
Jump to navigation
Jump to search
(Example (placeholder)) |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Capabilities]] | |||
Used to create (and manage?) a conference IM | Used to create (and manage?) a conference IM | ||
Line 12: | Line 13: | ||
Response is not xml llsd | Response is not xml llsd | ||
POST: | |||
<pre> | |||
<llsd><map><key>method</key><string>call</string><key>session-id</key><uuid>c0da7611-9405-e3a4-0172-c36a1120c77a</uuid></map></llsd> | |||
</pre> | |||
Response: | |||
<pre> | |||
<llsd><map><key>session-id</key><string>c0da7611-9405-e3a4-0172-c36a1120c77a</string><key>voice_credentials</key><map><key>channel_credentials</key><string>rh1iIIiT2v+ebJjRI+klpFHjFmo</string><key>channel_uri</key><string>sip:confctl-12574742@bhr.vivox.com</string></map></map></llsd> | |||
</pre> | |||
Here the response is xml llsd |
Latest revision as of 20:30, 1 November 2010
Used to create (and manage?) a conference IM
POST:
<llsd><map><key>method</key><string>start conference</string><key>params</key><array><uuid>01234567-0123-0123-0123-0123456789ab</uuid><uuid>fedcba98-fdec-fdec-fdec-fdecba987654</uuid></array><key>session-id</key><uuid>ddd7302b-642b-7114-16ff-6228a61e9b93</uuid></map></llsd>
Response:
Accepted
Response is not xml llsd
POST:
<llsd><map><key>method</key><string>call</string><key>session-id</key><uuid>c0da7611-9405-e3a4-0172-c36a1120c77a</uuid></map></llsd>
Response:
<llsd><map><key>session-id</key><string>c0da7611-9405-e3a4-0172-c36a1120c77a</string><key>voice_credentials</key><map><key>channel_credentials</key><string>rh1iIIiT2v+ebJjRI+klpFHjFmo</string><key>channel_uri</key><string>sip:confctl-12574742@bhr.vivox.com</string></map></map></llsd>
Here the response is xml llsd