Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PJSIP version 2.15 source code.tar.gz | 2024-12-03 | 10.4 MB | |
PJSIP version 2.15 source code.zip | 2024-12-03 | 12.6 MB | |
README.md | 2024-12-03 | 1.0 kB | |
Totals: 3 Items | 23.0 MB | 4 |
Release Focus
- Metal renderer for Mac and iOS (#3841)
- TLS/SSL backend: Windows Schannel (#3867)
- Dialog Event subscription, client only (#3754)
Backward Incompatibility
- Asynchronous conference bridge operations (#3928):
- For PJMEDIA port implementation, PJMEDIA port must use its own pool to avoid premature destroy (for more info, see potential issue no 1 in PR desc).
- For application, caching pool factory used for creating a PJMEDIA port must not be destroyed before the port removal from the bridge is completed (for more info, see potential issue no 3 in PR desc).
- For application, pools created using
pjsua_pool_create()
& used for creating a PJMEDIA port must not be released before the port removal from the bridge is completed (for more info, see potential issue no 4 in PR desc). - App cannot specify MD5 and AKA MD5 in a single credential (#4118)
For ticket list, please see Milestone 2.15