RTCError: sdpLineNumber property

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