basic VoIP lipstick
This commit is contained in:
parent
97981058f0
commit
aa4f9abd5c
5 changed files with 36 additions and 10 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue