Call Asserted Identity Content
@JsonClass(generateAdapter = true )
This event is sent by the callee when they wish to answer the call.
Constructors
Link copied to clipboard
constructor(@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)
Types
Link copied to clipboard
@JsonClass(generateAdapter = true )
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.