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 ea06cf4 commit e281f89Copy full SHA for e281f89
lib/livekit/sip_service_client.rb
@@ -128,7 +128,8 @@ def create_sip_dispatch_rule(
128
inbound_numbers: nil,
129
hide_phone_number: nil,
130
metadata: nil,
131
- attributes: nil
+ attributes: nil,
132
+ room_config: nil
133
)
134
request = Proto::CreateSIPDispatchRuleRequest.new(
135
rule: rule,
@@ -138,6 +139,7 @@ def create_sip_dispatch_rule(
138
139
hide_phone_number: hide_phone_number,
140
metadata: metadata,
141
attributes: attributes,
142
+ room_config: room_config,
143
144
self.rpc(
145
:CreateSIPDispatchRule,
lib/livekit/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module LiveKit
4
- VERSION = "0.8.1"
+ VERSION = "0.8.2"
5
end
0 commit comments