RTCWEB D. Burnett
Internet-Draft Voxeo
Intended status: Standards Track October 21, 2013
Expires: April 24, 2014
IANA Registry for RTCWeb Constrainable Properties
draft-burnett-rtcweb-constraints-registry-04
Abstract
Specifications in W3C's Media Capture Task Force and WebRTC Working
Group have need of a registry in which to maintain a list of
constrainable properties for HTML media and other constrainable
objects. This document defines this registry.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on April 24, 2014.
Copyright Notice
Copyright (c) 2013 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Burnett Expires April 24, 2014 [Page 1]Internet-Draft constraints-registry October 2013Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Requirements Language . . . . . . . . . . . . . . . . . . . . 2
3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 2
3.1. RTCWeb Media Constraints . . . . . . . . . . . . . . . . 3
3.1.1. Designated Expert Instructions . . . . . . . . . . . 3
4. Security Considerations . . . . . . . . . . . . . . . . . . . 4
5. References . . . . . . . . . . . . . . . . . . . . . . . . . 4
5.1. Normative References . . . . . . . . . . . . . . . . . . 4
5.2. Informative References . . . . . . . . . . . . . . . . . 4
Appendix A. Acknowledgements . . . . . . . . . . . . . . . . . . 5
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 5
1. Introduction
There are two W3C specifications that have need of a registry in
which to represent constrainable properties: Media Capture and
Streams [W3C.WD-mediacapture-streams-20130903] and WebRTC 1.0: Real-
time Communication Between Browsers [W3C.WD-webrtc-20130910]. In the
former, the getUserMedia() method on the NavigatorUserMedia interface
takes a "constraints" argument. In the latter, the addStream()
method on the RTCPeerConnection interface and the constructor for
RTCPeerConnection both take optional "constraints" parameters. All
three of these parameters make use of a data structure representing a
list of constraints on the HTML media or media connection to be
established. Additionally, both specifications define methods that
are used to query the web browser about its capabilities. The
returned data structure specifies the browser's capabilities in terms
of constraints that it can satisfy. The data structures and their
use are defined in the aforementioned specifications. This document
specifies the registry used to define individual constrainable
property names, their allowed values, and their meanings.
2. Requirements Language
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in RFC 2119 [RFC2119].
3. IANA Considerations
This document defines a registry "RTCWeb Constrainable Properties"
for use by W3C specifications needing to indicate constrainable
properties on HTML Media and other constrainable objects, both as