trixnity
Toggle table of contents
5.5.0-SNAPSHOT.CI-20260414.150409
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core.model.events.m.rtc
/
RtcSlotEventContent
Rtc
Slot
Event
Content
@
Serializable
data
class
RtcSlotEventContent
(
val
application
:
RtcApplication
?
=
null
,
val
externalUrl
:
String
?
=
null
)
:
StateEventContent
MatrixRTC slot state event content.
See also
MSC4143
Members
Constructors
Rtc
Slot
Event
Content
Link copied to clipboard
constructor
(
application
:
RtcApplication
?
=
null
,
externalUrl
:
String
?
=
null
)
Properties
application
Link copied to clipboard
@
SerialName
(
value
=
"application"
)
val
application
:
RtcApplication
?
external
Url
Link copied to clipboard
@
SerialName
(
value
=
"external_url"
)
open
override
val
externalUrl
:
String
?