diff --git a/modules/recording/recordingConstants.js b/modules/recording/recordingConstants.js index dea0fbfd90..1fd3ee91f0 100644 --- a/modules/recording/recordingConstants.js +++ b/modules/recording/recordingConstants.js @@ -2,6 +2,7 @@ export default { error: { BUSY: 'busy', ERROR: 'error', + POLICY_VIOLATION: 'policy-violation', RESOURCE_CONSTRAINT: 'resource-constraint', UNEXPECTED_REQUEST: 'unexpected-request', SERVICE_UNAVAILABLE: 'service-unavailable'