RTCErrorInit constructor
RTCErrorInit({})
Implementation
external factory RTCErrorInit({
required RTCErrorDetailType errorDetail,
int sdpLineNumber,
int sctpCauseCode,
int receivedAlert,
int sentAlert,
int httpRequestStatusCode,
});