Skip to content

Commit

Permalink
[FIX] Livestream muted when audio only option was enabled (#11267)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelavald authored and sampaiodiego committed Jul 3, 2018
1 parent fe4290b commit 8b908ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions packages/rocketchat-livestream/client/views/liveStreamView.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
<template name="liveStreamView">
<div class="streaming-popup">
<!-- <iframe width="356" height="350" src="{{ streamingSource }}"
frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen>
</iframe> -->

<div id="ytplayer"></div>

<!-- <object width="356" height="350" class="streaming-object">
<param name="movie" value="{{ streamingSource }}" />
<param name="allowscriptaccess" value="always" />
<embed width="356" height="350" src="{{ streamingSource }}" class="youtube-player" type="text/html" allowscriptaccess="always" allowfullscreen="true" />
</object> -->
</div>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

&.rc-popout__content {
height: 0px;
visibility: hidden;
overflow: hidden;

& .streaming-object {
visibility: 'hidden';
Expand Down

0 comments on commit 8b908ba

Please sign in to comment.