Package 

Interface LivekitSip.SIPDispatchRuleDirectOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRoomName()
      What room should call be directed into
      
      string room_name = 1;
      abstract ByteString getRoomNameBytes()
      What room should call be directed into
      
      string room_name = 1;
      abstract String getPin()
      Optional pin required to enter room
      
      string pin = 2;
      abstract ByteString getPinBytes()
      Optional pin required to enter room
      
      string pin = 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

      • getRoomName

         abstract String getRoomName()
        What room should call be directed into
        
        string room_name = 1;
      • getRoomNameBytes

         abstract ByteString getRoomNameBytes()
        What room should call be directed into
        
        string room_name = 1;
      • getPin

         abstract String getPin()
        Optional pin required to enter room
        
        string pin = 2;
      • getPinBytes

         abstract ByteString getPinBytes()
        Optional pin required to enter room
        
        string pin = 2;