We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28bc17 commit 852ef4cCopy full SHA for 852ef4c
livekit-api/livekit/api/sip_service.py
@@ -622,7 +622,6 @@ async def update_dispatch_rule_fields(
622
metadata=metadata,
623
rule=rule,
624
attributes=attributes,
625
- trunk_ids=ListUpdate(set=trunk_ids) if trunk_ids else None,
626
)
627
if trunk_ids is not None:
628
if isinstance(trunk_ids, ListUpdate):
0 commit comments