Data Received
class DataReceived(val room: Room, val data: ByteArray, val participant: RemoteParticipant?, val topic: String?) : RoomEvent
Received data published by another participant
Parameters
data
the published data
participant
the participant if available