SimpleCallConfiguration

data class SimpleCallConfiguration(val capabilitySet: CallCapabilitySet = CustomCallConfiguration.CustomCapabilitySet( SimpleChatConfiguration().let { CustomChatConfiguration(it.capabilitySet, it.optionSet) }, CustomFileShareConfiguration(), CustomScreenShareConfiguration(), CustomWhiteboardConfiguration() ), val optionSet: CallOptions = CallOptions()) : CallConfiguration

Simple call configuration

This configuration enables the following features:

  • FileShare

  • Whiteboard

  • ScreenShare

  • Chat using the SimpleChatConfiguration

Constructors

Link copied to clipboard
fun SimpleCallConfiguration(capabilitySet: CallCapabilitySet = CustomCallConfiguration.CustomCapabilitySet( SimpleChatConfiguration().let { CustomChatConfiguration(it.capabilitySet, it.optionSet) }, CustomFileShareConfiguration(), CustomScreenShareConfiguration(), CustomWhiteboardConfiguration() ), optionSet: CallOptions = CallOptions())

Create Simple call configuration

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun encode(): String

Encode to string

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
open override val capabilitySet: CallCapabilitySet

Capability set

Link copied to clipboard
open override val optionSet: CallOptions

Option set