Package 

Interface LivekitSip.SIPDispatchRuleIndividualOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRoomPrefix()
      Prefix used on new room name
      
      string room_prefix = 1;
      abstract ByteString getRoomPrefixBytes()
      Prefix used on new room name
      
      string room_prefix = 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

      • getRoomPrefix

         abstract String getRoomPrefix()
        Prefix used on new room name
        
        string room_prefix = 1;
      • getRoomPrefixBytes

         abstract ByteString getRoomPrefixBytes()
        Prefix used on new room name
        
        string room_prefix = 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;