toggle menu
livekit-android-sdk
2.12.0
SDK
switch theme
search in API
livekit-android-sdk
/
io.livekit.android.events
/
ParticipantEvent
/
DataReceived
Data
Received
class
DataReceived
(
val
participant
:
RemoteParticipant
,
val
data
:
ByteArray
,
val
topic
:
String
?
)
:
ParticipantEvent
Received data published by another participant
Members
Constructors
Data
Received
Link copied to clipboard
constructor
(
participant
:
RemoteParticipant
,
data
:
ByteArray
,
topic
:
String
?
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
participant
Link copied to clipboard
open
override
val
participant
:
RemoteParticipant
topic
Link copied to clipboard
val
topic
:
String
?