Search
Search something to see results
Mobilizing
GitHub
Mobilizing
/
<internal>
/
RTCError
RTCError
RTCError
:
{
prototype
:
RTCError
;
new
(
init
:
RTCErrorInit
,
message
?:
string
)
:
RTCError
;
}
Type declaration
new
(
init
:
RTCErrorInit
,
message
?:
string
)
:
RTCError
Parameters
init
:
RTCErrorInit
Optional
message
:
string
Returns
RTCError
prototype
:
RTCError