Builder

class Builder

Builder class for custom chat or call intent.

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
fun startFromJoinCallUrl(context: Context, joinUrl: String): CallIntentBuilder.CallConfigurationBuilder

Create Call Activity from a url.

Link copied to clipboard
fun startWithAudioCall(context: Context): CallIntentBuilder

Create Call Activity with audio call capability.

Link copied to clipboard
fun startWithAudioUpgradableCall(context: Context): CallIntentBuilder

Create Call Activity with audio call capability upgradable to video.

Link copied to clipboard
fun startWithAudioVideoCall(context: Context): CallIntentBuilder

Create Call Activity with audio video call capability.

Link copied to clipboard
fun startWithChat(context: Context): ChatIntentBuilder

The intent will be initialized to start a chat activity.