Skip to content

Commit 6b3e75f

Browse files
Using rule id instead of dispatchruleinfo struct for PurchasedPhoneNumber
1 parent d5125cc commit 6b3e75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobufs/livekit_phone_number.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,5 @@ message PurchasedPhoneNumber {
165165
PhoneNumberStatus status = 3; // Current status of the phone number
166166
google.protobuf.Timestamp assigned_at = 4; // Timestamp when the number was assigned
167167
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
168+
string sip_dispatch_rule_id = 6; // Optional: Associated SIP dispatch rule
169169
}

0 commit comments

Comments
 (0)