diff --git a/README.md b/README.md index 01a8a4d3..765c7305 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ Please note, that as stated in section `Deploy in production`, there is an addit // Settings about webrtc connection "answerMaxAttempt": 5, "answerDelayBetweenAttempt": 750, - "avatarAPI": "https://source.unsplash.com/320x240/?cat&sig=[user_id]", // Avatar when users do not share their camera + "avatarAPI": "https://picsum.photos/320/240?cat&sig=[user_id]", // Avatar when users do not share their camera "callDelay": 250, // Delay before a call is started, useful to avoid a call when you pass by someone "delayBeforeClosingCall": 1000, "sounds": { diff --git a/app/_settings.json b/app/_settings.json index 770b8093..439af052 100644 --- a/app/_settings.json +++ b/app/_settings.json @@ -30,7 +30,7 @@ "peer": { "answerMaxAttempt": 5, "answerDelayBetweenAttempt": 750, - "avatarAPI": "https://source.unsplash.com/320x240/?cat&sig=[user_id]", + "avatarAPI": "https://picsum.photos/320/240?cat&sig=[user_id]", "callDelay": 250, "delayBeforeClosingCall": 1000, "sounds": { diff --git a/app/settings-dev.json b/app/settings-dev.json index ec2a2381..286b1c49 100644 --- a/app/settings-dev.json +++ b/app/settings-dev.json @@ -53,7 +53,7 @@ "peer": { "answerMaxAttempt": 5, "answerDelayBetweenAttempt": 750, - "avatarAPI": "https://source.unsplash.com/320x240/?[user_avatar]&sig=[user_id]", + "avatarAPI": "https://picsum.photos/320/240?[user_avatar]&sig=[user_id]", "callDelay": 250, "delayBeforeClosingCall": 1000, "sounds": {