Document CreateRoom phases

pull/1/head
Erik Johnston 2015-07-14 17:40:49 +01:00
parent c4764af9a2
commit bb06b752b4
1 changed files with 4 additions and 4 deletions

View File

@ -25,10 +25,10 @@ module.exports = {
},
phases: {
CONFIG: "CONFIG",
CREATING: "CREATING",
CREATED: "CREATED",
ERROR: "ERROR",
CONFIG: "CONFIG", // We're waiting for user to configure and hit create.
CREATING: "CREATING", // We're sending the request.
CREATED: "CREATED", // We successfully created the room.
ERROR: "ERROR", // There was an error while trying to create room.
},
getDefaultProps: function() {