Hello,
I’m looking to implement my own socket with PJSUA2 and take over the RTP media transport. PJSUA2 is working well for SIP signalling, and as expected an SDP offers media transport according to the account / media config.
I want to take over the socket myself instead and not use the one happening in PJSUA2 (python).
Does anyone know how to disable the actual transport so I can create my own socket, but still negotiate SDP normally?
Edit:
I found this and set it on the AccountConfig → MediaConfig → TransportConfig before doing an Account.create with the config, but it doesn’t appear to work.