Skip to content

Commit 075ed4b

Browse files
committed
Bug 1876374 - add MDN codec link to WebRTC in-tree docs;r=dbaker DONTBUILD
This also fixes a few document build warnings with the doc, and one formatting newline nit. Differential Revision: https://phabricator.services.mozilla.com/D199576
1 parent c2a80fd commit 075ed4b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/contributing/debugging/debugging_webrtc_calls.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The `Save Page` button expands all the sections and presents a dialog to save
224224
the contents of the page. This will produce an HTML file suitable for attaching
225225
to bug reports.
226226

227-
In the event of a WebRTC issue, the `Enable WebRTC Log Preset` button is a very
227+
In the event of a WebRTC issue, the :code:`Enable WebRTC Log Preset` button is a very
228228
quick way to start logging. Pressing that button will open a new tab with
229229
`about:logging <about:logging>`__ with the :code:`webrtc` preset selected. This
230230
preset contains all :ref:`standard-logging-modules`. Logging
@@ -288,7 +288,7 @@ diagnostic stats:
288288

289289
In this image we can see that there are 0 milliseconds of jitter, and 32
290290
milliseconds of round trip delay. This call should not be experiencing any
291-
noticeable delay. See the `Delay Calculation<#delay-calculation>`__
291+
noticeable delay. See the `Delay Calculation <#delay-calculation>`__
292292
appendix section below for some more detail.
293293

294294
If the perceived delay is larger than the estimated delay that could
@@ -696,7 +696,8 @@ depending on network circumstances.
696696
.. note::
697697
A list of media codecs with playback support are available in the Media
698698
section of `about:support#media <about:support#media>`__ . Not all media
699-
codecs present and available to Firefox for playback are supported in WebRTC calls.
699+
codecs present and available to Firefox for playback are supported in WebRTC
700+
calls.
700701

701702
To check the current factors, including preferences, that are being used to
702703
calculate availability beyond codec presence, one can check the `Media Context`
@@ -707,6 +708,9 @@ section of about:webrtc.
707708

708709
.. _running-webrtc-tests:
709710

711+
For an in-depth reference covering the codecs available through WebRTC please
712+
see the MDN Page: `Codecs Used by WebRTC <https://developer.mozilla.org/en-US/docs/Web/Media/Formats/WebRTC_codecs>`__.
713+
710714
Running WebRTC Tests
711715
--------------------
712716

@@ -797,7 +801,7 @@ Test Atlas
797801
- fuzzing
798802
-
799803

800-
.. _web-platform-tests:
804+
.. _webrtc-web-platform-tests:
801805

802806
Web Platform Tests
803807
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)