Call

data class Call(val callType: Call.Type = com.kaleyra.video.conference.Call.Type.audioVideo(), val maxDuration: Long? = 0, val recordingType: Call.Recording.Type? = com.kaleyra.video.conference.Call.Recording.Type.Never) : ChatUI.Button

The create call button

Constructors

Link copied to clipboard
constructor(callType: Call.Type = com.kaleyra.video.conference.Call.Type.audioVideo(), maxDuration: Long? = 0, recordingType: Call.Recording.Type? = com.kaleyra.video.conference.Call.Recording.Type.Never)

Properties

Link copied to clipboard
val callType: Call.Type

The call type

Link copied to clipboard
val maxDuration: Long? = 0

Optional max duration of the call in seconds

Link copied to clipboard
val recordingType: Call.Recording.Type?

Optional call recording type, default recording type is set to Call.Recording.Type.Never