Re: [webrtc-pc] Encode and Decode error event (#2219)

There are several types of errors that can occur.  A device (such as a webcam) can have a built-in encoder.  Sometimes the device will successfully initialize, but later on there will be transient encoding errors, or perhaps encoding will stop.   Then there are transient or fatal errors in hardware or software decoders/encoders.  If encoding/decoding totally stops, then the application needs to known this. 
There is a  DOMException with a name of `EncodingError` that we could use.

-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2219#issuecomment-505936935 using your GitHub account

Received on Wednesday, 26 June 2019 15:56:06 UTC