SendCallEventRequest

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

Send a call event to the other user

Constructors

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

Properties

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