Issue #65: Section 8.4: RTCRtpFeatures

Currently, RTCRtpFeatures is defined as follows: 

enum RTCRtpFeatures {
    "nack"
};

Two questions: 

1. Should it be defined as a DOMString instead?
2. What is the complete list of RTP features that goes here? 

Received on Tuesday, 22 April 2014 22:15:25 UTC