done
This commit is contained in:
parent
a447b0ecfc
commit
c097c037f5
|
|
@ -341,7 +341,7 @@ module JamRuby
|
|||
def video_uploaded(user, recording, data)
|
||||
|
||||
claim = recording.claim_for_user(user)
|
||||
msg = ChatMessage.create(user, nil, "Video Recording '#{claim.name}'", ChatMessage::CHANNEL_LESSON, nil, other_user(user), self, "Video Uploaded", nil, claim)
|
||||
msg = ChatMessage.create(user, nil, "'#{claim.name}'", ChatMessage::CHANNEL_LESSON, nil, other_user(user), self, "Video Uploaded", nil, claim)
|
||||
Notification.send_lesson_message('video uploaded', self, false)
|
||||
Notification.send_lesson_message('video uploaded', self, true)
|
||||
end
|
||||
|
|
|
|||
|
|
@ -253,6 +253,7 @@ if accessOpener
|
|||
|
||||
openWindows = window.opener.jamClient.getOpenVideoSources()
|
||||
|
||||
console.log("open video sources", openWindows)
|
||||
|
||||
fixedwindows = []
|
||||
if openWindows?
|
||||
|
|
|
|||
Loading…
Reference in New Issue