-
public final class ParticipantEvent.DataReceived extends ParticipantEvent
Received data published by another participant
-
-
Field Summary
Fields Modifier and Type Field Description private final RemoteParticipantparticipantprivate final ByteArraydataprivate final Stringtopicprivate final LivekitModels.Encryption.TypeencryptionType
-
Constructor Summary
Constructors Constructor Description ParticipantEvent.DataReceived(RemoteParticipant participant, ByteArray data, String topic, LivekitModels.Encryption.Type encryptionType)
-
Method Summary
Modifier and Type Method Description RemoteParticipantgetParticipant()final ByteArraygetData()final StringgetTopic()final LivekitModels.Encryption.TypegetEncryptionType()-
-
Constructor Detail
-
ParticipantEvent.DataReceived
ParticipantEvent.DataReceived(RemoteParticipant participant, ByteArray data, String topic, LivekitModels.Encryption.Type encryptionType)
-
-
Method Detail
-
getParticipant
RemoteParticipant getParticipant()
-
getEncryptionType
final LivekitModels.Encryption.Type getEncryptionType()
-
-
-
-