Creates initial version of xmpp module.
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
var commands =
|
||||
{
|
||||
displayName: UI.inputDisplayNameHandler,
|
||||
muteAudio: toggleAudio,
|
||||
muteVideo: toggleVideo,
|
||||
muteAudio: UI.toggleAudio,
|
||||
muteVideo: UI.toggleVideo,
|
||||
toggleFilmStrip: UI.toggleFilmStrip,
|
||||
toggleChat: UI.toggleChat,
|
||||
toggleContactList: UI.toggleContactList
|
||||
|
||||
Reference in New Issue
Block a user