Package 

Class DataMessage


  • 
    public final class DataMessage
    
                        

    A representation of a message sent/received through LiveKit.

    • Method Summary

      Modifier and Type Method Description
      final String getTopic() The topic channel this message is sent through.
      final ByteArray getPayload() The payload of the data message.
      final Participant getParticipant() The participant associated with this message.
      Boolean equals(Object other)
      Integer hashCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait