Document CreateRoom phases
parent
c4764af9a2
commit
bb06b752b4
|
@ -25,10 +25,10 @@ module.exports = {
|
||||||
},
|
},
|
||||||
|
|
||||||
phases: {
|
phases: {
|
||||||
CONFIG: "CONFIG",
|
CONFIG: "CONFIG", // We're waiting for user to configure and hit create.
|
||||||
CREATING: "CREATING",
|
CREATING: "CREATING", // We're sending the request.
|
||||||
CREATED: "CREATED",
|
CREATED: "CREATED", // We successfully created the room.
|
||||||
ERROR: "ERROR",
|
ERROR: "ERROR", // There was an error while trying to create room.
|
||||||
},
|
},
|
||||||
|
|
||||||
getDefaultProps: function() {
|
getDefaultProps: function() {
|
||||||
|
|
Loading…
Reference in New Issue