Browse Source

feat(recording): Add unexpected-request error

dev1
Hristo Terezov 3 years ago
parent
commit
c193f0d433
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      modules/recording/recordingConstants.js

+ 1
- 0
modules/recording/recordingConstants.js View File

@@ -3,6 +3,7 @@ export default {
3 3
         BUSY: 'busy',
4 4
         ERROR: 'error',
5 5
         RESOURCE_CONSTRAINT: 'resource-constraint',
6
+        UNEXPECTED_REQUEST: 'unexpected-request',
6 7
         SERVICE_UNAVAILABLE: 'service-unavailable'
7 8
     },
8 9
     mode: {

Loading…
Cancel
Save