ChatSessionRequest

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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