SendCallEventRequest

data class SendCallEventRequest(@Json(name = "custom") val custom: Map<String, Any?>? = null)

Send a call event to the other user

Constructors

Link copied to clipboard
constructor(@Json(name = "custom") custom: Map<String, Any?>? = null)

Properties

Link copied to clipboard
val custom: Map<String, Any?>? = null