matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model.call
/
CallSelectAnswerContent
/
CallSelectAnswerContent
Call
Select
Answer
Content
constructor
(
@
Json
(
name
=
"call_id"
)
callId
:
String
,
@
Json
(
name
=
"party_id"
)
partyId
:
String
?
=
null
,
@
Json
(
name
=
"selected_party_id"
)
selectedPartyId
:
String
?
=
null
,
@
Json
(
name
=
"version"
)
version
:
String
?
)