mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-16 00:17:06 -05:00
Update the spec document to replace the candidate message with the candidates message.
This commit is contained in:
parent
842898df15
commit
21b45d2a5b
@ -1182,16 +1182,16 @@ This event is sent by the caller when they wish to establish a call.
|
|||||||
- ``type`` : "string" - The type of session description, in this case 'offer'
|
- ``type`` : "string" - The type of session description, in this case 'offer'
|
||||||
- ``sdp`` : "string" - The SDP text of the session description
|
- ``sdp`` : "string" - The SDP text of the session description
|
||||||
|
|
||||||
``m.call.candidate``
|
``m.call.candidates``
|
||||||
This event is sent by callers after sending an invite and by the callee after answering.
|
This event is sent by callers after sending an invite and by the callee after answering.
|
||||||
Its purpose is to give the other party an additional ICE candidate to try using to
|
Its purpose is to give the other party additional ICE candidates to try using to
|
||||||
communicate.
|
communicate.
|
||||||
|
|
||||||
Required keys:
|
Required keys:
|
||||||
- ``call_id`` : "string" - The ID of the call this event relates to
|
- ``call_id`` : "string" - The ID of the call this event relates to
|
||||||
- ``version`` : "integer" - The version of the VoIP specification this messages
|
- ``version`` : "integer" - The version of the VoIP specification this messages
|
||||||
adheres to. his specification is version 0.
|
adheres to. his specification is version 0.
|
||||||
- ``candidate`` : "candidate object" - Object describing the candidate.
|
- ``candidates`` : "array of candidate objects" - Array of object describing the candidates.
|
||||||
|
|
||||||
``Candidate Object``
|
``Candidate Object``
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user