From 8e20f4fa6fab9dfbcbe7a5dc5f562f4cd866b6fa Mon Sep 17 00:00:00 2001 From: Korak Kurani <59537065+Korak-997@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:51:12 +0200 Subject: [PATCH] Update README.md (#881) Fixed Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60144a0..9954087 100644 --- a/README.md +++ b/README.md @@ -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 },