Skip to content

Commit

Permalink
Merge branch 'master' into BeatC-BeatC-moving-conference-init-to-react-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubomir committed Jan 12, 2017
2 parents 0912dbf + 7dd566a commit 0936d54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion conference.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,10 @@ export default {
this.isDesktopSharingEnabled =
JitsiMeetJS.isDesktopSharingEnabled();

if (UIUtil.isButtonEnabled('contacts'))
if (UIUtil.isButtonEnabled('contacts')
&& !interfaceConfig.filmStripOnly) {
APP.UI.ContactList = new ContactList(room);
}

// if user didn't give access to mic or camera or doesn't have
// them at all, we disable corresponding toolbar buttons
Expand Down
2 changes: 1 addition & 1 deletion modules/UI/videolayout/VideoLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ var VideoLayout = {
// Update the large video if the video source is already available,
// otherwise wait for the "videoactive.jingle" event.
// FIXME: there is no "videoactive.jingle" event.
if (!pinnedId
if (!interfaceConfig.filmStripOnly && !pinnedId
&& remoteVideo.hasVideoStarted()
&& !this.getCurrentlyOnLargeContainer().stayOnStage()) {
this.updateLargeVideo(id);
Expand Down

0 comments on commit 0936d54

Please # to comment.