sora-android-sdk
androidJvm
sora-android-sdk
/
jp.shiguredo.sora.sdk.channel.signaling.message
/
PongMessage
Pong
Message
data
class
PongMessage
(
val
type
:
String
=
"pong"
,
val
stats
:
List
<
SoraRTCStats
>
?
=
null
)
Members
Constructors
Pong
Message
Link copied to clipboard
constructor
(
type
:
String
=
"pong"
,
stats
:
List
<
SoraRTCStats
>
?
=
null
)
Properties
stats
Link copied to clipboard
@
SerializedName
(
value
=
"stats"
)
val
stats
:
List
<
SoraRTCStats
>
?
=
null
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String