Package 

Interface LivekitRoom.ListParticipantsRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRoom()
      name of the room
      
      string room = 1;
      abstract ByteString getRoomBytes()
      name of the room
      
      string room = 1;
      • 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

      • getRoom

         abstract String getRoom()
        name of the room
        
        string room = 1;
      • getRoomBytes

         abstract ByteString getRoomBytes()
        name of the room
        
        string room = 1;