Package-level declarations

Types

Link copied to clipboard
@Serializable
data class CallApplication(val callId: String? = null, val scope: String? = null) : RtcApplication
Link copied to clipboard
interface RtcApplication
Link copied to clipboard
@Serializable
data class RtcMemberEventContent(val stickyKey: String, val slotId: String, val application: RtcApplication? = null, val member: RtcMemberEventContent.Member? = null, val rtcTransports: List<RtcMemberEventContent.RtcTransport>? = null, val versions: List<String>? = null, val disconnectReason: RtcMemberEventContent.DisconnectReason? = null, val disconnected: Boolean? = null, val relatesTo: RelatesTo? = null) : MessageEventContent, StickyEventContent

MatrixRTC membership content.

Link copied to clipboard
@Serializable
data class RtcSlotEventContent(val application: RtcApplication? = null, val externalUrl: String? = null) : StateEventContent

MatrixRTC slot state event content.

Link copied to clipboard
data class UnknownRtcApplication(val raw: JsonObject) : RtcApplication