Browse Source

MT#55283 add `fragment` to docs

Closes #2032

Change-Id: Iadb6c180d5dee98b1d04f377031d6489ed5148ad
mr14.0.1
Richard Fuchs 2 weeks ago
parent
commit
df6f8f9b55
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      docs/ng_control_protocol.md

+ 7
- 0
docs/ng_control_protocol.md View File

@ -1051,6 +1051,13 @@ Spaces in each string may be replaced by hyphens.
processed, or when any audio to be played back has actually been received
(either from another party to the call, or via the `play media` command).
* `fragment`
Presence of this flag indicates that the SDP included in the `offer`
message is not a full SDP body (such as from a SIP INVITE), but rather a
trickle ICE SDP fragment containing updated ICE candidates. In a SIP
environment these are typically carried as SIP INFO messages.
* `full rtcp attribute`
Include the full version of the `a=rtcp` line (complete with network address) instead of


Loading…
Cancel
Save