Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
21b45d2a
Commit
21b45d2a
authored
10 years ago
by
David Baker
Browse files
Options
Downloads
Patches
Plain Diff
Update the spec document to replace the candidate message with the candidates message.
parent
842898df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/specification.rst
+3
-3
3 additions, 3 deletions
docs/specification.rst
with
3 additions
and
3 deletions
docs/specification.rst
+
3
−
3
View file @
21b45d2a
...
...
@@ -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'
- ``sdp`` : "string" - The SDP text of the session description
``m.call.candidate``
``m.call.candidate
s
``
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 candidate
s
to try using to
communicate.
Required keys:
- ``call_id`` : "string" - The ID of the call this event relates to
- ``version`` : "integer" - The version of the VoIP specification this messages
adheres to. his specification is version 0.
- ``candidate`` : "candidate object" -
O
bject describing the candidate.
- ``candidate
s
`` : "
array of
candidate object
s
" -
Array of o
bject describing the candidate
s
.
``Candidate Object``
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment