DataReceived

class DataReceived(val participant: RemoteParticipant, val data: ByteArray, val topic: String?, val encryptionType: <Error class: unknown class>) : ParticipantEvent

Received data published by another participant

Constructors

Link copied to clipboard
constructor(participant: RemoteParticipant, data: ByteArray, topic: String?, encryptionType: <Error class: unknown class>)

Properties

Link copied to clipboard
Link copied to clipboard
val encryptionType: <Error class: unknown class>
Link copied to clipboard
open override val participant: RemoteParticipant
Link copied to clipboard