Class SipDispatchRuleIndividual

  • All Implemented Interfaces:

    
    public final class SipDispatchRuleIndividual
    extends SipDispatchRule
                        

    This creates a Dispatch Rule that creates a new room for each caller. The created room will be the phone number of the caller plus a random suffix. You can add a specific room name prefix by using the roomPrefix option.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getRoomPrefix()
      final Unit setRoomPrefix(String roomPrefix)
      final String getPin()
      final Unit setPin(String pin)
      • Methods inherited from class io.livekit.server.SipDispatchRule

        getType, setType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait