You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -7,7 +8,7 @@ Google Play](https://lh3.googleusercontent.com/cjsqrWQKJQp9RFO7-hJ9AfpKzbUb_Y84v
7
8
8
9
## Introduction
9
10
10
-
Sendbird Calls SDK for Android is used to initialize, configure, and build voice and video calling functionality into your Android client app. In this repository, you will find the steps you need to take before implementing the Calls SDK into a project, and a sample app which contains the code for implementing voice and video call.
11
+
Sendbird Calls SDK for Android is used to initialize, configure, and build voice and video calling functionality into your Android client app. In this repository, you will find the steps you need to take before implementing the Calls SDK into a project, and a sample app which contains the code for implementing voice and video call.
11
12
12
13
### More about Sendbird Calls for Android
13
14
@@ -21,7 +22,7 @@ This section shows you the prerequisites you need for testing Sendbird Calls for
21
22
22
23
### Requirements
23
24
24
-
The minimum requirements for Calls SDK for Android sample are:
25
+
The minimum requirements for Calls SDK for Android sample are:
25
26
26
27
- Android 4.1 (API level 16) or higher
27
28
- Java 8 or higher
@@ -34,7 +35,7 @@ For more details on **installing and configuring the Calls SDK for Android**, re
34
35
35
36
## Getting started
36
37
37
-
If you would like to try the sample app specifically fit to your usage, you can do so by following the steps below.
38
+
If you would like to try the sample app specifically fit to your usage, you can do so by following the steps below.
38
39
39
40
### Create a Sendbird application
40
41
@@ -65,9 +66,9 @@ public class BaseApplication extends Application {
65
66
66
67
### Build and run the sample app
67
68
68
-
1. Build and run the sample app on your Android device.
69
-
2. Install the application onto at least two separate devices for each test user you created earlier.
70
-
3. If there are no two devices available, you can use an emulator to run the application instead.
69
+
1. Build and run the sample app on your Android device.
70
+
2. Install the application onto at least two separate devices for each test user you created earlier.
71
+
3. If there are no two devices available, you can use an emulator to run the application instead.
71
72
72
73
For more detail on how to build and run an Android application, refer to [Android Documentation](https://developer.android.com/studio/run).
You can use different sound effects to enhance the user experience for events that take place while using Sendbird Calls.
153
+
154
+
To add sound effects, use the `SendBirdCall.Options.addDirectCallSound(SendBirdCall.SoundType soundType, int resId)` 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(SendBirdCall.SoundType soundType)` method.
For further detail on Sendbird Calls for Android, refer to [Sendbird Calls SDK for Android README](https://github.com/sendbird/sendbird-calls-android/blob/master/README.md).
0 commit comments