DataReceived

class DataReceived(val participant: RemoteParticipant, val data: ByteArray, val topic: String?) : ParticipantEvent

Received data published by another participant

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
open override val participant: RemoteParticipant
Link copied to clipboard