Skip to content

Commit

Permalink
Merge pull request jitsi#6941 from jitsi/saghul-patch-5
Browse files Browse the repository at this point in the history
shared-video: use a more recent video by default
  • Loading branch information
emcho authored Jun 3, 2020
2 parents b4b4339 + 3bf82b5 commit 974ef4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/UI/shared_video/SharedVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const SHARED_VIDEO_CONTAINER_TYPE = 'sharedvideo';
* Example shared video link.
* @type {string}
*/
const defaultSharedVideoLink = 'https://www.youtube.com/watch?v=xNXN7CZk8X0';
const defaultSharedVideoLink = 'https://youtu.be/TB7LlM4erx8';
const updateInterval = 5000; // milliseconds

/**
Expand Down

0 comments on commit 974ef4a

Please sign in to comment.