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
/
CallApplication
Call
Application
@
Serializable
data
class
CallApplication
(
val
callId
:
String
?
=
null
,
val
scope
:
String
?
=
null
)
:
RtcApplication
See also
MSC4143
Members
Constructors
Call
Application
Link copied to clipboard
constructor
(
callId
:
String
?
=
null
,
scope
:
String
?
=
null
)
Properties
call
Id
Link copied to clipboard
@
SerialName
(
value
=
"m.call.id"
)
val
callId
:
String
?
scope
Link copied to clipboard
@
SerialName
(
value
=
"scope"
)
val
scope
:
String
?