RtcMemberEventContent
@Serializable
MatrixRTC membership content.
See also
Constructors
Link copied to clipboard
constructor(stickyKey: String, slotId: String, application: RtcApplication? = null, member: RtcMemberEventContent.Member? = null, rtcTransports: List<RtcMemberEventContent.RtcTransport>? = null, versions: List<String>? = null, disconnectReason: RtcMemberEventContent.DisconnectReason? = null, disconnected: Boolean? = null, relatesTo: RelatesTo? = null)
Types
Link copied to clipboard
@Serializable
Link copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "disconnect_reason")
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
This should return the same instance, but with the relatesTo property set to the given value. It is used for event content replacing.