ChatSessionRequest

From Second Life Wiki
Revision as of 10:45, 19 July 2008 by Day Oh (talk | contribs) (added a second example)
Jump to navigation Jump to search

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</st
ring><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