VoiceSignalingRequest
Jump to navigation
Jump to search
[ Note: Don't trust this yet. Mostly just placeholder content to get it started. ]
POST:
<llsd> <map> <key>viewer_session</key> <uuid>01234567-89ab-cdef-fedc-ba9876543210</uuid> <key>candidates</key> ... <key>candidate</key> ... <key>jsep</key> <map> <key>type</key> ... <key>sdp</key> ... </map> <key>parcel_local_id</key> <string>...</string> <key>parcel_id</key> <string>...</string> </map> </llsd>
On success, the response is an empty LLSD value. On error, you get an HTTP status code and short text description in the body.
Response:
<llsd></llsd>
History
2024 | Introduced for WebRTC support |