Options
Types
ThreadOption
determines how SendBirdCall
will manage or create threads when callbacks or events are called. Refer to setThreadOption.
Functions
Adds direct call sound with sound type.
Removes direct call sound with sound type.
Sets call connection timeout(seconds).
Sets direct call dialing sound on when silent or vibrate mode of device.
Sets preferred audio source. Please refer to the android.media.MediaRecorder.AudioSource for details. The default value is android.media.MediaRecorder.AudioSource.VOICE_COMMUNICATION. Some options could require additional permissions like android.Manifest.permission.CAPTURE_AUDIO_OUTPUT.
Sets ringing timeout(seconds).
Sets ThreadOption
. Refer to ThreadOption. If you want to use ThreadOption.HANDLER, you should provide your handler as a parameter. Otherwise, set Handler
parameter to null
.