push
This commit is contained in:
parent
e3ec5b0434
commit
4df1fe9ce1
|
|
@ -124,6 +124,8 @@ mixins.push(Reflux.listenTo(UserStore, 'onUserChanged'))
|
|||
e.preventDefault()
|
||||
|
||||
if !@state.media.mediaSummary.isOpener && !@state.media.mediaSummary.metronomeOpen
|
||||
SessionActions.log({msg: "isOpener=" + state.media.mediaSummary.isOpener})
|
||||
SessionActions.log({msg: "metronomeOpen=" + state.media.mediaSummary.metronomeOpen})
|
||||
return
|
||||
|
||||
SessionActions.log({msg: "PopupMediaControls close event trigger"})
|
||||
|
|
|
|||
|
|
@ -365,7 +365,7 @@ ChannelGroupIds = context.JK.ChannelGroupIds
|
|||
@handlePopup()
|
||||
|
||||
windowUnloaded: () ->
|
||||
logger.debug('SessionMediaTracks: window uploaded')
|
||||
logger.debug('SessionMediaTracks: window unloaded')
|
||||
@setState({popupOpen: false})
|
||||
@childWindow = null
|
||||
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ rest = context.JK.Rest()
|
|||
else
|
||||
logger.error("don't know how to close open media", @session) unless codeInitiated
|
||||
|
||||
closeRecording: () ->
|
||||
closeRecording: (codeInitiated) ->
|
||||
logger.debug("closing recording");
|
||||
|
||||
if !@mixers.mediaSummary.isOpener
|
||||
|
|
|
|||
Loading…
Reference in New Issue