DOWNTIME ANNOUNCEMENT - Maintenance will be performed from 1AM-3AM Pacific Time on 2010-03-20 (tonight). Please do not edit any pages during this time.
ChatSessionRequest CAP
From Second Life Wiki
Second Life Wiki > ChatSessionRequest CAP
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

