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)