Merge pull request #6941 from jitsi/saghul-patch-5

shared-video: use a more recent video by default
pull/6946/head jitsi-meet_4695
Emil Ivov 5 years ago committed by GitHub
commit 974ef4a382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/UI/shared_video/SharedVideo.js

@ -31,7 +31,7 @@ export const SHARED_VIDEO_CONTAINER_TYPE = 'sharedvideo';
* Example shared video link. * Example shared video link.
* @type {string} * @type {string}
*/ */
const defaultSharedVideoLink = 'https://www.youtube.com/watch?v=xNXN7CZk8X0'; const defaultSharedVideoLink = 'https://youtu.be/TB7LlM4erx8';
const updateInterval = 5000; // milliseconds const updateInterval = 5000; // milliseconds
/** /**

Loading…
Cancel
Save