You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…cribed in Issue 57
w3c#57
- Added support for getRemoteCertificates(), as described in Issue 67
w3c#67
- Removed filterParameters and createParameters functions, as described in Issue 80
w3c#80
- Partially addressed capabilities issues, as described in Issue 84
w3c#84
Addressed WebIDL type issues described in Issue 88
w3c#88
- Addressed Overview section issues described in Issue 91
w3c#91
- Address readonly attribute issues described in Issue 92
w3c#92
- Added ICE restart method to address the issue described in Issue 93
w3c#93
- Added onerror eventhandler to sender and receiver objects as described in Issue 95
w3c#95
From Shijun Sun:
Based on the spec, Capabilities and Settings are defined as “dictionary containing one or more key-value pairs.”
There are 5 of them in the ORTC spec so far.
Capabilities features;
Capabilities rtcpFeedback;
…
Capabilities formats;
…
Settings formats;
Settings rtcpFeedback;
A couple observations:
The text was updated successfully, but these errors were encountered: