@sayna-ai/node-sdk 0.0.16 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -428,6 +428,7 @@ The `receive` method returns a `WebhookSIPOutput` object with the following stru
428
428
  | `to_phone_number` | `string` | Called phone number (E.164 format). |
429
429
  | `room_prefix` | `string` | Room name prefix configured in Sayna. |
430
430
  | `sip_host` | `string` | SIP domain extracted from the To header. |
431
+ | `sip_headers` | `Record<string, string>?` | SIP headers from the incoming call (optional). |
431
432
 
432
433
  ## Development
433
434