Raised when a peer-connection track operation fails — most commonly when the SDK tries to addTrack, replaceTrack, or remove a track during device switching, muting, or screen-share handoff. The operation and kind properties locate the failure; originalError carries the underlying DOMException from the WebRTC stack.
ErrorTrack operation that failed (e.g. addTrack, replaceTrack).
Kind of media track involved (audio or video).
Underlying error raised by the WebRTC stack.
Kind of media track involved (audio or video).
Track operation that failed (e.g. addTrack, replaceTrack).
Underlying error raised by the WebRTC stack.