Package 

Interface LivekitRoom.SendDataRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRoom() string room = 1;
      abstract ByteString getRoomBytes() string room = 1;
      abstract ByteString getData() bytes data = 2;
      abstract int getKindValue() .livekit.DataPacket.Kind kind = 3;
      abstract LivekitModels.DataPacket.Kind getKind() .livekit.DataPacket.Kind kind = 3;
      abstract List<String> getDestinationSidsList()
      mark deprecated
      
      repeated string destination_sids = 4 [deprecated = true];
      abstract int getDestinationSidsCount()
      mark deprecated
      
      repeated string destination_sids = 4 [deprecated = true];
      abstract String getDestinationSids(int index)
      mark deprecated
      
      repeated string destination_sids = 4 [deprecated = true];
      abstract ByteString getDestinationSidsBytes(int index)
      mark deprecated
      
      repeated string destination_sids = 4 [deprecated = true];
      abstract List<String> getDestinationIdentitiesList()
      when set, only forward to these identities
      
      repeated string destination_identities = 6;
      abstract int getDestinationIdentitiesCount()
      when set, only forward to these identities
      
      repeated string destination_identities = 6;
      abstract String getDestinationIdentities(int index)
      when set, only forward to these identities
      
      repeated string destination_identities = 6;
      abstract ByteString getDestinationIdentitiesBytes(int index)
      when set, only forward to these identities
      
      repeated string destination_identities = 6;
      abstract boolean hasTopic() optional string topic = 5;
      abstract String getTopic() optional string topic = 5;
      abstract ByteString getTopicBytes() optional string topic = 5;
      abstract ByteString getNonce()
      added by SDK to enable de-duping of messages, for INTERNAL USE ONLY
      
      bytes nonce = 7;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRoomBytes

         abstract ByteString getRoomBytes()

        string room = 1;

      • getData

         abstract ByteString getData()

        bytes data = 2;

      • getKindValue

         abstract int getKindValue()

        .livekit.DataPacket.Kind kind = 3;

      • getDestinationSids

        @Deprecated() abstract String getDestinationSids(int index)
        mark deprecated
        
        repeated string destination_sids = 4 [deprecated = true];
        Parameters:
        index - The index of the element to return.
      • getDestinationSidsBytes

        @Deprecated() abstract ByteString getDestinationSidsBytes(int index)
        mark deprecated
        
        repeated string destination_sids = 4 [deprecated = true];
        Parameters:
        index - The index of the element to return.
      • getDestinationIdentitiesCount

         abstract int getDestinationIdentitiesCount()
        when set, only forward to these identities
        
        repeated string destination_identities = 6;
      • getDestinationIdentities

         abstract String getDestinationIdentities(int index)
        when set, only forward to these identities
        
        repeated string destination_identities = 6;
        Parameters:
        index - The index of the element to return.
      • getDestinationIdentitiesBytes

         abstract ByteString getDestinationIdentitiesBytes(int index)
        when set, only forward to these identities
        
        repeated string destination_identities = 6;
        Parameters:
        index - The index of the element to return.
      • hasTopic

         abstract boolean hasTopic()

        optional string topic = 5;

      • getTopicBytes

         abstract ByteString getTopicBytes()

        optional string topic = 5;

      • getNonce

         abstract ByteString getNonce()
        added by SDK to enable de-duping of messages, for INTERNAL USE ONLY
        
        bytes nonce = 7;