Data Received
class DataReceived(val room: Room, val data: ByteArray, val participant: RemoteParticipant?, val topic: String?, val encryptionType: <Error class: unknown class>) : 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?, encryptionType: <Error class: unknown class>)