- From: Adam Bergkvist <adam.bergkvist@ericsson.com>
- Date: Tue, 20 May 2014 16:51:36 +0200
- To: Michael Tuexen <Michael.Tuexen@lurchi.franken.de>, "Cullen Jennings (fluffy)" <fluffy@cisco.com>
- CC: public-webrtc <public-webrtc@w3.org>
On 2014-05-18 20:26, Michael Tuexen wrote: > On 18 May 2014, at 19:41, Cullen Jennings (fluffy) <fluffy@cisco.com> wrote: > >> >> If both maxPacketLifeTime and maxRetransmits are set, it should probably raise an exception as this does not seem t be allowed. > Correct. > > It should also be specified that an exception (and which one) is raised if > * the label argument of createDataChannel() is too long. > * the protocol field of the RTCDataChannelInit is too long. > * the id field of the RTCDataChannelInit is too large. Michael, can you provide the valid ranges for the above (or a link to where that info can be found)? > * the id field of the RTCDataChannelInit is already used. from spec: "Otherwise, if the value of the id attribute is taken by an existing RTCDataChannel, throw a ResourceInUse exception and abort these steps." > * the id field of the RTCDataChannelInit is incompatible with the odd/even rule /Adam
Received on Tuesday, 20 May 2014 14:52:02 UTC