Skip to content

Commit

Permalink
Update README.md (#881)
Browse files Browse the repository at this point in the history
Fixed Typo
  • Loading branch information
Korak-997 authored Jun 7, 2024
1 parent acfc386 commit 8e20f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ everything setup correctly and that you will be able to listen for events.
softphone: { // optional, defaults below apply if not provided
allowFramedSoftphone: true, // optional, defaults to false
disableRingtone: false, // optional, defaults to false
ringtoneUrl: "[your-ringtone-filepath].mp3" // optional, defaults to CCP’s default ringtone if a falsy value is set
ringtoneUrl: "[your-ringtone-filepath].mp3", // optional, defaults to CCP’s default ringtone if a falsy value is set
allowFramedVideoCall: true, // optional, default to false
allowEarlyGum: true //optional, default to true
},
Expand Down

0 comments on commit 8e20f4f

Please sign in to comment.