Package 

Interface LivekitRoom.UpdateRoomMetadataRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRoom() string room = 1;
      abstract ByteString getRoomBytes() string room = 1;
      abstract String getMetadata()
      metadata to update. skipping updates if left empty
      
      string metadata = 2;
      abstract ByteString getMetadataBytes()
      metadata to update. skipping updates if left empty
      
      string metadata = 2;
      • 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;

      • getMetadata

         abstract String getMetadata()
        metadata to update. skipping updates if left empty
        
        string metadata = 2;
      • getMetadataBytes

         abstract ByteString getMetadataBytes()
        metadata to update. skipping updates if left empty
        
        string metadata = 2;