diff options
author | David Baker <dbkr@matrix.org> | 2014-08-27 18:57:54 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-08-27 18:57:54 +0100 |
commit | 7d34a1c108967ad8e5f24f979aecad97595622c8 (patch) | |
tree | 07ec5f7592fd9916d12607503907d1f92860b783 /webclient/room/room.html | |
parent | Fix up the various presence-related tests so that if they're not skipped, the... (diff) | |
download | synapse-7d34a1c108967ad8e5f24f979aecad97595622c8.tar.xz |
WIP voip support on web client
Diffstat (limited to 'webclient/room/room.html')
-rw-r--r-- | webclient/room/room.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/room/room.html b/webclient/room/room.html index 236ca0a89b..4f5584b568 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -98,6 +98,7 @@ <button ng-click="inviteUser(userIDToInvite)">Invite</button> </span> <button ng-click="leaveRoom()">Leave</button> + <button ng-click="startVoiceCall()">Voice Call</button> </div> {{ feedback }} |