Package 

Interface LivekitEgress.ListEgressRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRoomName()
      (optional, filter by room name)
      
      string room_name = 1;
      abstract ByteString getRoomNameBytes()
      (optional, filter by room name)
      
      string room_name = 1;
      abstract String getEgressId()
      (optional, filter by egress ID)
      
      string egress_id = 2;
      abstract ByteString getEgressIdBytes()
      (optional, filter by egress ID)
      
      string egress_id = 2;
      abstract boolean getActive()
      (optional, list active egress only)
      
      bool active = 3;
      • 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

      • getRoomName

         abstract String getRoomName()
        (optional, filter by room name)
        
        string room_name = 1;
      • getRoomNameBytes

         abstract ByteString getRoomNameBytes()
        (optional, filter by room name)
        
        string room_name = 1;
      • getEgressId

         abstract String getEgressId()
        (optional, filter by egress ID)
        
        string egress_id = 2;
      • getEgressIdBytes

         abstract ByteString getEgressIdBytes()
        (optional, filter by egress ID)
        
        string egress_id = 2;
      • getActive

         abstract boolean getActive()
        (optional, list active egress only)
        
        bool active = 3;