Skip to content

Commit 9bac9a8

Browse files
Update README.md
1 parent 1eceb1b commit 9bac9a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ SendBirdCall.Options.addDirectCallSound(SendBirdCall.SoundType.RECONNECTING, R.r
163163
SendBirdCall.Options.addDirectCallSound(SendBirdCall.SoundType.RECONNECTED, R.raw.reconnected);
164164
```
165165

166+
To make the dialing sound play when the device is on silent or vibrate mode, use the method below.
167+
168+
```java
169+
SendBirdCall.Options.setDirectCallDialingSoundOnWhenSilentOrVibrateMode(true)
170+
```
171+
166172
<br />
167173

168174
## Reference

0 commit comments

Comments
 (0)