Re: [webrtc-pc] Backwards compat concerns with RTCError (#2330)

RTCError are per-spec only constructed in these places:
- RTCDtlsTransport.onerror
- RTCDataChannel.onerror
- SLD/SRD
- replaceTrack

Chrome generally seem to throw OperationError. I saw a case of InvalidModificationError at replaceTrack but I think that's safe to change to OperationError actually because it generally passes.

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

Received on Tuesday, 26 November 2019 15:56:44 UTC