basic VoIP lipstick

This commit is contained in:
Matthew Hodgson 2015-07-18 02:04:58 +01:00
parent 97981058f0
commit aa4f9abd5c
5 changed files with 36 additions and 10 deletions

View file

@ -37,12 +37,12 @@ module.exports = React.createClass({
render: function() {
return (
<div>
<div>
<VideoFeed ref="remote"/>
<div className="mx_VideoView">
<div className="mx_VideoView_remoteVideoFeed">
<VideoFeed ref="remote"/>
</div>
<div>
<VideoFeed ref="local"/>
<div className="mx_VideoView_localVideoFeed">
<VideoFeed ref="local"/>
</div>
</div>
);