Added support for moving video to new window. Fixed various bugs.

This commit is contained in:
Håvar Aambø Fosstveit
2018-11-14 13:23:22 +01:00
parent 0d334d532b
commit e695909911
13 changed files with 188 additions and 12 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ Chat.propTypes =
Chat.defaultProps =
{
senderPlaceHolder : 'Type a message...',
autofocus : true,
autofocus : false,
displayName : null
};