- From: James Spring <jim.spring@skype.net>
- Date: Fri, 9 May 2014 05:33:10 +0000
- To: Bernard Aboba <Bernard.Aboba@microsoft.com>
- CC: "public-ortc@w3.org" <public-ortc@w3.org>
Received on Friday, 9 May 2014 05:33:43 UTC
On May 8, 2014, at 10:19 PM, Bernard Aboba <Bernard.Aboba@microsoft.com<mailto:Bernard.Aboba@microsoft.com>> wrote:
Currently, getCapabilities is defined as follows:
partial interface RTCRtpSender {
static RTCRtpCapabilities getCapabilities ();
};
partial interface RTCRtpReceiver {
static RTCRtpCapabilities getCapabilities ();
};
The implication is that getCapabilities() returns both audio and video capabilities in a single RTCRtpCapabilities object.
Within GetUserMedia (current public editors draft), getCapabilities is currently not defined as static. Why was there a need to differ in terms of general approach given ORTC depends on GetUserMedia?
-j
Received on Friday, 9 May 2014 05:33:43 UTC