mirror of
https://github.com/livekit/livekit.git
synced 2026-04-01 17:25:46 +00:00
This patch ensures that SIP headers provided in TransferSIPParticipantRequest requested by an agent are correctly forwarded to the internal SIP transfer request. Previously, req.Headers was accepted but never passed along, causing headers from the initiating agent to be dropped. This change adds a single line to include req.Headers in the internal request.