Module: WebRTC::RTCErrorType

Defined in:
lib/webrtc/parity_types.rb

Constant Summary collapse

NONE =
:none
UNSUPPORTED_OPERATION =
:unsupported_operation
INVALID_PARAMETER =
:invalid_parameter
INVALID_STATE =
:invalid_state
NETWORK =
:network
INTERNAL =
:internal
VALUES =
[NONE, UNSUPPORTED_OPERATION, INVALID_PARAMETER, INVALID_STATE, NETWORK, INTERNAL].freeze