@@ -224,7 +224,7 @@ The `Save Page` button expands all the sections and presents a dialog to save
224
224
the contents of the page. This will produce an HTML file suitable for attaching
225
225
to bug reports.
226
226
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
228
228
quick way to start logging. Pressing that button will open a new tab with
229
229
`about:logging <about:logging >`__ with the :code: `webrtc ` preset selected. This
230
230
preset contains all :ref: `standard-logging-modules `. Logging
@@ -288,7 +288,7 @@ diagnostic stats:
288
288
289
289
In this image we can see that there are 0 milliseconds of jitter, and 32
290
290
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 >`__
292
292
appendix section below for some more detail.
293
293
294
294
If the perceived delay is larger than the estimated delay that could
@@ -696,7 +696,8 @@ depending on network circumstances.
696
696
.. note ::
697
697
A list of media codecs with playback support are available in the Media
698
698
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.
700
701
701
702
To check the current factors, including preferences, that are being used to
702
703
calculate availability beyond codec presence, one can check the `Media Context `
@@ -707,6 +708,9 @@ section of about:webrtc.
707
708
708
709
.. _running-webrtc-tests :
709
710
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
+
710
714
Running WebRTC Tests
711
715
--------------------
712
716
@@ -797,7 +801,7 @@ Test Atlas
797
801
- fuzzing
798
802
-
799
803
800
- .. _ web -platform-tests :
804
+ .. _ webrtc-web -platform-tests :
801
805
802
806
Web Platform Tests
803
807
~~~~~~~~~~~~~~~~~~
0 commit comments