DataReceived

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

Constructors

Link copied to clipboard
constructor(room: Room, data: ByteArray, participant: RemoteParticipant?, topic: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val room: Room
Link copied to clipboard