Package io.livekit.server
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.
-
-
Constructor Summary
Constructors Constructor Description SipDispatchRuleIndividual(String roomPrefix, String pin)
-
Method Summary
Modifier and Type Method Description final StringgetRoomPrefix()final UnitsetRoomPrefix(String roomPrefix)final StringgetPin()final UnitsetPin(String pin)
-