GetOrCreateCallRequest

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)

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