brash-computer-7193
08/07/2025, 12:28 PMtall-airline-16756
08/07/2025, 12:29 PMtall-airline-16756
08/07/2025, 12:29 PMCreateSIPTrunk
method has been deprecated and removed from the LiveKit SIP protocol. Instead, you should use the newer methods that separate inbound and outbound functionality:
• For inbound trunks: Use CreateSIPInboundTrunk
to create trunks that accept incoming calls.
• For outbound trunks: Use CreateSIPOutboundTrunk
to create trunks for making outgoing calls.
This change improves type safety and configuration clarity. Let me know if you need further assistance with implementing these methods!
Sources: livekit/livekit_sip.twirp.go | sipclient.go | SIP APIs | LiveKit Docs