Browse Source

fix(recording): add ERROR status to constants

dev1
Leonard Kim 8 years ago
parent
commit
a9c71739c4
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      modules/xmpp/recording.js

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

@@ -61,6 +61,7 @@ Recording.status = {
61 61
     UNAVAILABLE: 'unavailable',
62 62
     PENDING: 'pending',
63 63
     RETRYING: 'retrying',
64
+    ERROR: 'error',
64 65
     BUSY: 'busy',
65 66
     FAILED: 'failed'
66 67
 };

Loading…
Cancel
Save