From 667083a862285c241caf8587bb3764368a307aa4 Mon Sep 17 00:00:00 2001 From: Young Hwang Date: Wed, 4 Nov 2020 12:15:48 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d77f71e..a414a99 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ $ npm run start
-##Sound Effects +## Sound Effects You can use different sound effects to enhance the user experience for events that take place while using Sendbird Calls. To add sound effects, use the `SendBirdCall.addDirectCallSound(type: SoundType, uri: string)` method for the following events: dialing, ringing, reconnecting, and reconnected. Remember to set sound effects before the mentioned events occur. To remove sound effects, use the `SendBirdCall.Options.removeDirectCallSound(type: SoundType)` method.