Package 

Interface LivekitModels.EncryptedPacketOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getEncryptionTypeValue() .livekit.Encryption.Type encryption_type = 1;
      abstract LivekitModels.Encryption.Type getEncryptionType() .livekit.Encryption.Type encryption_type = 1;
      abstract ByteString getIv() bytes iv = 2;
      abstract int getKeyIndex() uint32 key_index = 3;
      abstract ByteString getEncryptedValue()
      This is an encrypted EncryptedPacketPayload message representation 
      
      bytes encrypted_value = 4;
      • 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