- From: Sergio Garcia Murillo via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Apr 2016 11:33:26 +0000
- To: public-ortc@w3.org
murillo128 has just created a new issue for https://github.com/openpeer/ortc: == RTCRtpSender not checking media track state or identity constraints == When an RTCRtpSender is created, the following error conditions should be checked (as in the setTrack and setTransport methods) - if track has peerIdentity constraints not matched by transport, then raise IncompatibleMediaStreamTrackError exception. - If track.readyState is "ended" then rasie an IncompatibleMediaStreamTrackError exception - if is called when transport.state or rtcpTransport.state is "closed", throw an InvalidStateError exception. Please view or discuss this issue at https://github.com/openpeer/ortc/issues/468 using your GitHub account
Received on Wednesday, 13 April 2016 11:33:28 UTC