Merge pull request #471 from isymchych/minor-fixes
Minor fixes for jitsi-meet-new
This commit is contained in:
commit
eab83e4fbc
|
@ -165,7 +165,6 @@ class VideoContainer extends LargeContainer {
|
|||
|
||||
get id () {
|
||||
return getStreamOwnerId(this.stream);
|
||||
return getStreamId(this.stream);
|
||||
}
|
||||
|
||||
constructor (onPlay) {
|
||||
|
|
|
@ -633,7 +633,7 @@ var VideoLayout = {
|
|||
var updateLargeVideo = false;
|
||||
|
||||
// Handle LastN/local LastN changes.
|
||||
BottomToolbar.getThumbs().each(function( index, element ) {
|
||||
BottomToolbar.getThumbs().each(( index, element ) => {
|
||||
var resourceJid = getPeerContainerResourceId(element);
|
||||
|
||||
// We do not want to process any logic for our own(local) video
|
||||
|
|
Loading…
Reference in New Issue