DataReceived

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

Received data published by another participant

Constructors

DataReceived
Link copied to clipboard
fun DataReceived(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?

Sources

SDK source
Link copied to clipboard