CreateCall
data class CreateCall(val callType: Call.Type = Call.Type.audioVideo(), val maxDuration: Long? = 0, val recordingType: Call.Recording.Type? = Call.Recording.Type.Never) : ChatUI.Action
The create call action
Constructors
Link copied to clipboard
constructor(preferredType: Call.PreferredType = Call.PreferredType.audioVideo(), maxDuration: Long? = 0, recordingType: Call.Recording.Type? = Call.Recording.Type.Never)
constructor(callType: Call.Type = Call.Type.audioVideo(), maxDuration: Long? = 0, recordingType: Call.Recording.Type? = Call.Recording.Type.Never)