We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc397d commit 2837d73Copy full SHA for 2837d73
include/rtc/description.hpp
@@ -32,7 +32,7 @@ namespace rtc {
32
const string DEFAULT_OPUS_AUDIO_PROFILE =
33
"minptime=10;maxaveragebitrate=96000;stereo=1;sprop-stereo=1;useinbandfec=1";
34
35
-// Use Constrained Baseline profile Level 4.2 (necessary for Firefox)
+// Use Constrained Baseline profile Level 3.1 (necessary for Firefox)
36
// https://developer.mozilla.org/en-US/docs/Web/Media/Formats/WebRTC_codecs#Supported_video_codecs
37
// TODO: Should be 42E0 but 42C0 appears to be more compatible. Investigate this.
38
const string DEFAULT_H264_VIDEO_PROFILE =
0 commit comments