We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5125cc commit 6b3e75fCopy full SHA for 6b3e75f
protobufs/livekit_phone_number.proto
@@ -165,5 +165,5 @@ message PurchasedPhoneNumber {
165
PhoneNumberStatus status = 3; // Current status of the phone number
166
google.protobuf.Timestamp assigned_at = 4; // Timestamp when the number was assigned
167
google.protobuf.Timestamp released_at = 5; // Timestamp when the number was released (if applicable)
168
- SIPDispatchRuleInfo sip_dispatch_rule = 6; // Optional: Associated SIP dispatch rule
+ string sip_dispatch_rule_id = 6; // Optional: Associated SIP dispatch rule
169
}
0 commit comments