Browse Source

feat(recording): Add unexpected-request error

tags/v0.0.2
Hristo Terezov 4 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
         BUSY: 'busy',
3
         BUSY: 'busy',
4
         ERROR: 'error',
4
         ERROR: 'error',
5
         RESOURCE_CONSTRAINT: 'resource-constraint',
5
         RESOURCE_CONSTRAINT: 'resource-constraint',
6
+        UNEXPECTED_REQUEST: 'unexpected-request',
6
         SERVICE_UNAVAILABLE: 'service-unavailable'
7
         SERVICE_UNAVAILABLE: 'service-unavailable'
7
     },
8
     },
8
     mode: {
9
     mode: {

Loading…
Cancel
Save