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

Update notes regarding default value of an RTCPeerConnection option #12301

Merged
merged 2 commits into from
Sep 21, 2021
Merged
Changes from 1 commit
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
Next Next commit
Update notes regarding default value of an RTCPeerConnection option
  • Loading branch information
queengooborg committed Sep 8, 2021
commit 3f9d122366f5017b6248f5575ed8f349088f4d47
12 changes: 6 additions & 6 deletions api/RTCPeerConnection.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"chrome": [
{
"version_added": "55",
"notes": "Before Chrome 63 the default value for the <code>RTCConfiguration.rtcpMuxPolicy</code> parameter was <code>&quot;negotiate&quot;</code>"
"notes": "In Chrome 63, the default value for the <code>configuration.rtcpMuxPolicy</code> parameter changed from <code>&quot;negotiate&quot;</code> to <code>&quot;required&quot;</code>."
queengooborg marked this conversation as resolved.
Show resolved Hide resolved
},
{
"prefix": "webkit",
Expand All @@ -121,7 +121,7 @@
"chrome_android": [
{
"version_added": "55",
"notes": "Before Chrome 63 the default value for the <code>RTCConfiguration.rtcpMuxPolicy</code> parameter was <code>&quot;negotiate&quot;</code>"
"notes": "In Chrome 63, the default value for the <code>configuration.rtcpMuxPolicy</code> parameter changed from <code>&quot;negotiate&quot;</code> to <code>&quot;required&quot;</code>."
},
{
"prefix": "webkit",
Expand Down Expand Up @@ -161,7 +161,7 @@
"opera": [
{
"version_added": "42",
"notes": "Before Opera 50 the default value for the <code>RTCConfiguration.rtcpMuxPolicy</code> parameter was <code>&quot;negotiate&quot;</code>"
"notes": "In Opera 50, the default value for the <code>configuration.rtcpMuxPolicy</code> parameter changed from <code>&quot;negotiate&quot;</code> to <code>&quot;required&quot;</code>."
},
{
"prefix": "webkit",
Expand All @@ -171,7 +171,7 @@
"opera_android": [
{
"version_added": "42",
"notes": "Before Opera Android 46 the default value for the <code>RTCConfiguration.rtcpMuxPolicy</code> parameter was <code>&quot;negotiate&quot;</code>"
"notes": "In Opera Android 46, the default value for the <code>configuration.rtcpMuxPolicy</code> parameter changed from <code>&quot;negotiate&quot;</code> to <code>&quot;required&quot;</code>."
},
{
"prefix": "webkit",
Expand All @@ -187,7 +187,7 @@
"samsunginternet_android": [
{
"version_added": "6.0",
"notes": "Before Samsung Internet 8.0 the default value for the <code>RTCConfiguration.rtcpMuxPolicy</code> parameter was <code>&quot;negotiate&quot;</code>"
"notes": "In Samsung Internet 8.0, the default value for the <code>configuration.rtcpMuxPolicy</code> parameter changed from <code>&quot;negotiate&quot;</code> to <code>&quot;required&quot;</code>."
},
{
"prefix": "webkit",
Expand All @@ -196,7 +196,7 @@
],
"webview_android": {
"version_added": "≤37",
"notes": "Before WebView 63 the default value for the <code>RTCConfiguration.rtcpMuxPolicy</code> parameter was <code>&quot;negotiate&quot;</code>"
"notes": "In WebView 63, the default value for the <code>configuration.rtcpMuxPolicy</code> parameter changed from <code>&quot;negotiate&quot;</code> to <code>&quot;required&quot;</code>."
}
},
"status": {
Expand Down