We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a492d9 commit 98e0d50Copy full SHA for 98e0d50
1 file changed
livekit-api/livekit/api/sip_service.py
@@ -330,9 +330,9 @@ async def update_sip_dispatch_rule_fields(
330
Only provided fields will be updated.
331
"""
332
update = SIPDispatchRuleUpdate(
333
- name=name,
334
- metadata=metadata,
335
- rule=rule,
+ name=name,
+ metadata=metadata,
+ rule=rule,
336
attributes=attributes,
337
trunk_ids=ListUpdate(set=trunk_ids) if trunk_ids else None,
338
)
0 commit comments