Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Fix misspelled reject-ICE offer attribute #1907

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ng_control_protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Optionally included keys are:
Contains a string which must be one of the following values:

With `remove`, any ICE attributes are stripped from the SDP body. Also
see the flag `reject ICE` to effect an early removal of ICE support
see the flag `reject-ICE` to effect an early removal of ICE support
during an `offer`.

With `force`, ICE attributes are first stripped, then new attributes are
Expand Down Expand Up @@ -1112,7 +1112,7 @@ Spaces in each string may be replaced by hyphens.
flag must be set for all call parties which are meant to hear the
announcement.

* `reject ICE`
* `reject-ICE`

Useful for `offer` messages that advertise support for ICE.
Instructs *rtpengine* to reject the offered ICE. This is
Expand Down
Loading