sora-android-sdk
androidJvm
sora-android-sdk
/
jp.shiguredo.sora.sdk.channel.signaling.message
/
CandidateMessage
Candidate
Message
data
class
CandidateMessage
(
val
type
:
String
=
"candidate"
,
val
candidate
:
String
)
Members
Constructors
Candidate
Message
Link copied to clipboard
constructor
(
type
:
String
=
"candidate"
,
candidate
:
String
)
Properties
candidate
Link copied to clipboard
@
SerializedName
(
value
=
"candidate"
)
val
candidate
:
String
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String