- From: Lennart Grahl via GitHub <sysbot+gh@w3.org>
- Date: Thu, 22 Dec 2016 11:26:27 +0000
- To: public-webrtc@w3.org
lgrahl has just created a new issue for https://github.com/w3c/webrtc-pc: == Unit missing for maxPacketLifeTime == There's no information about the unit for `maxPacketLifetime` in `RTCDataChannelInit`: > Limits the time during which the channel will transmit or retransmit data if not acknowledged. This value may be clamped if it exceeds the maximum value supported by the user agent. For reference, the attribute description of `RTCDataChannel.maxPacketLifetime` is more precise and contains the unit: > The maxPacketLifeTime attribute returns the length of the time window (in milliseconds) during which transmissions and retransmissions may occur in unreliable mode, or null if unset. The attribute must be initialized to null by default and must return the value to which it was set when the RTCDataChannel was created. Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/980 using your GitHub account
Received on Thursday, 22 December 2016 11:26:28 UTC