Call Asserted Identity Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
This event is sent by the callee when they wish to answer the call.
Constructors
Link copied to clipboard
fun CallAssertedIdentityContent( @Json(name = "call_id" ) callId: String, @Json(name = "party_id" ) partyId: String? = null, @Json(name = "version" ) version: String?, @Json(name = "asserted_identity" ) assertedIdentity: CallAssertedIdentityContent.AssertedIdentity? = null)
Content copied to clipboard
Types
Link copied to clipboard
@JsonClass(generateAdapter = true )
Content copied to clipboard
A user ID may be included if relevant, but unlike target_user, it is purely informational. The asserted identity may not represent a matrix user at all, in which case just a display_name may be given, or a perhaps a display_name and avatar_url.
Properties
Link copied to clipboard
val assertedIdentity: CallAssertedIdentityContent.AssertedIdentity? = null
Content copied to clipboard