Skip to content

Commit 7e32f53

Browse files
authored
bump rust-sdks (#469)
1 parent 3625168 commit 7e32f53

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

livekit-api/livekit/api/sip_service.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,9 @@ async def update_sip_dispatch_rule_fields(
330330
Only provided fields will be updated.
331331
"""
332332
update = SIPDispatchRuleUpdate(
333-
name=name,
334-
metadata=metadata,
335-
rule=rule,
333+
name=name,
334+
metadata=metadata,
335+
rule=rule,
336336
attributes=attributes,
337337
trunk_ids=ListUpdate(set=trunk_ids) if trunk_ids else None,
338338
)

livekit-rtc/livekit/rtc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.11"
1+
__version__ = "1.0.12"

0 commit comments

Comments
 (0)