Where a routing rule sends the caller: { type: "direct", roomId } places every call into one fixed room; { type: "individual", roomPrefix } creates a fresh room for each call.
{ type: "direct", roomId }
{ type: "individual", roomPrefix }
Optional
Optional room PIN.
Fixed room id (for "direct").
"direct"
How the per-call room id is generated (for "individual") — a strategy, not a literal prefix string.
"individual"
Where a routing rule sends the caller:
{ type: "direct", roomId }places every call into one fixed room;{ type: "individual", roomPrefix }creates a fresh room for each call.