element-web/src
Kegan Dougal 05dba9c2d4 Fix inbound audio
This was caused by an <img> being the first thing in the <div> rather than
the <audio>. This caused a conflict because the "not in call" render was just
<div><audio /></div> and "in call" render was <div><img /> <audio /></div>

React can't tell in this case that the <audio> tags are the "same" so was
clobbering it (which meant that on inbound calls we would call play() on an
audio tag which would then immediately be clobbered by another audio tag).
2015-10-27 12:59:04 +00:00
..
controllers Merge branch 'develop' into kegan/delete-empty-files 2015-10-27 09:19:08 +00:00
modules Get conf calling working, apart from the end call button showing in the right room. 2015-09-30 18:22:15 +01:00
skins/vector Fix inbound audio 2015-10-27 12:59:04 +00:00
vector Fix typo in comment and remove console.log leftover from debugging 2015-10-12 17:41:56 +01:00
Avatar.js Fix missing getAvatarUrlForMember 2015-10-20 11:49:21 +01:00
ContextualMenu.js Make context menus point the right way 2015-10-21 19:02:02 +01:00