CallCapabilities

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

Constructors

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

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.

Extensions

Link copied to clipboard
fun CallCapabilities?.supportCallTransfer(): Boolean