Firefox Tomorrow

web api instance property

RTCError: sdpLineNumber property

View on MDN ↗

The sdpLineNumber read-only property of the RTCError interface specifies the SDP message line number where a syntax error occurred.

Value

An integer value indicating the SDP message line number where the syntax error described by the RTCError object occurred. The lines are numbered starting with line 1.

This property is null unless the value of errorDetail is sdp-syntax-error.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.