- From: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Date: Tue, 20 May 2014 19:01:40 +0000
- To: "public-ortc@w3.org" <public-ortc@w3.org>
Received on Tuesday, 20 May 2014 19:02:28 UTC
In the Editor's draft, we have:
partial interface RTCDtlsTransport {
attribute RTCIceTransport transport;
};
partial interface RTCRtpSender {
attribute RTCDTlsTransport transport;
};
partial interface RTCRtpReceiver {
attribute RTCDTlsTransport transport;
};
Should these attributes be readonly? That is what was proposed today in W3C WEBRTC.
If the desire is to change the transports, shouldn't we have a setter to accomplish this?
Received on Tuesday, 20 May 2014 19:02:28 UTC