diff --git a/index.html b/index.html index 530dbeb..a02ba15 100644 --- a/index.html +++ b/index.html @@ -95,6 +95,30 @@
+ The {{RTCPeerConnection}} interface is defined in [[WEBRTC]]. This document + extends that interface by using Content-Security-Policy for ICE candidate + filtering. +
+Append the following paragraph to the + administratively prohibited + algorithm:
+ +If + should RTC connections be blocked for global? with the + [=relevant global object=] of the {{RTCPeerConnection}} object in question + returns `"Blocked"`, then all candidates MUST be + administratively prohibited.
+{{RTCRtpEncodingParameters/ptime}} was moved from [[WEBRTC]] to - this specification due to lack of support from implementers. It is + this specification due to lack of support from implementers. It is therefore marked as a feature at risk.
The {{RTCOAuthCredential}} dictionary was moved from [[WEBRTC]] to - this specification due to lack of support from implementers. It is + this specification due to lack of support from implementers. It is therefore marked as a feature at risk.
An example array of {{RTCIceServer}} objects is:
{
- urls: 'turns:turn2.example.net',
- username: '22BIjxU93h/IgwEb',
- credential: {
- macKey: 'WmtzanB3ZW9peFhtdm42NzUzNG0=',
- accessToken: 'AAwg3kPHWPfvk9bDFL936wYvkoctMADzQ5VhNDgeMR3+ZlZ35byg972fW8QjpEl7bx91YLBPFsIhsxloWcXPhA=='
- },
+ urls: 'turns:turn2.example.net',
+ username: '22BIjxU93h/IgwEb',
+ credential: {
+ macKey: 'WmtzanB3ZW9peFhtdm42NzUzNG0=',
+ accessToken: 'AAwg3kPHWPfvk9bDFL936wYvkoctMADzQ5VhNDgeMR3+ZlZ35byg972fW8QjpEl7bx91YLBPFsIhsxloWcXPhA=='
+ },
credentialType: 'oauth'
}
{{RTCRtpSynchronizationSource/voiceActivityFlag}} was moved from [[WEBRTC]] to - this specification due to lack of support from implementers. It is therefore + this specification due to lack of support from implementers. It is therefore marked as a feature at risk.
This section is non-normative; it specifies no new behaviour. The overall security considerations of the general set @@ -1154,14 +1178,14 @@
This document defines extensions for encryption of RTP Header Extensions which improve the confidentiality of communications by encrypting header extension - IDs, as well as CSRCs. + IDs, as well as CSRCs.
This section is non-normative; it specifies no new behaviour.
@@ -1172,7 +1196,7 @@The extensions defined in this document do not reveal additional information on IP addresses beyond that already described in - [[WEBRTC]] Section 13.2. + [[WEBRTC]] Section 13.2.