I\'m using pjsua to create simple SIP UA. I need to insert custom body (SDP) in outgoing INVITE requests. As far as I know, pjsua does not support custom SDP, and I need to
If you use PJSUA2, you can use onCallSdpCreated() and on_call_sdp_created() to set custom sdp.