GetOrCreateCallRequest

data class GetOrCreateCallRequest(@Json(name = "data") val data: CallRequest? = null, @Json(name = "members_limit") val membersLimit: Int? = null, @Json(name = "notify") val notify: Boolean? = null, @Json(name = "ring") val ring: Boolean? = null)

Parameters

data

membersLimit
notify

if provided it sends a notification event to the members for this call

ring

if provided it sends a ring event to the members for this call

Constructors

Link copied to clipboard
constructor(@Json(name = "data") data: CallRequest? = null, @Json(name = "members_limit") membersLimit: Int? = null, @Json(name = "notify") notify: Boolean? = null, @Json(name = "ring") ring: Boolean? = null)

Properties

Link copied to clipboard
val data: CallRequest? = null
Link copied to clipboard
val membersLimit: Int? = null
Link copied to clipboard
val notify: Boolean? = null
Link copied to clipboard
val ring: Boolean? = null