Skip to content

Commit

Permalink
1 - settings: stop using unsplash API (avatar not loading anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
Donorhan committed Oct 25, 2024
1 parent c47c2c8 commit 6ac76b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion app/_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion app/settings-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 6ac76b1

Please sign in to comment.