toggle menu
sora-android-sdk
androidJvm
switch theme
search in API
sora-android-sdk
/
jp.shiguredo.sora.sdk.channel.signaling.message
/
UpdateMessage
Update
Message
data
class
UpdateMessage
(
val
type
:
String
=
"update"
,
val
sdp
:
String
)
Sora 2022.1.0 で廃止されたため、現在は利用していません。
Members
Constructors
Update
Message
Link copied to clipboard
constructor
(
type
:
String
=
"update"
,
sdp
:
String
)
Properties
sdp
Link copied to clipboard
@
SerializedName
(
value
=
"sdp"
)
val
sdp
:
String
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String