CallCapabilities

@JsonClass(generateAdapter = true)
data class CallCapabilities(@Json(name = "m.call.transferee") val transferee: Boolean? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "m.call.transferee") transferee: Boolean? = null)

Functions

Properties

Link copied to clipboard
val transferee: Boolean? = null

If set to true, states that the sender of the event supports the m.call.replaces event and therefore supports being transferred to another destination.