title | date | description | author |
---|---|---|---|
libpjsua2 |
2023-14-10 |
PJSIP Libraries built with Github Actions |
Weslley Murdock |
I've created this repo to automatize new release builds from pjsip for iOS \s\s An android version is available here
ABI | SSL | OPUS | H264 | BCG729 |
---|---|---|---|---|
armv7 | X | X | X | X |
armv7s | X | X | X | X |
arm64 | - | - | - | - |
i386 | X | X | X | X |
x86_64 | - | - | - | - |
NOTE: 1 - Given an gui alert in config_site, for now the build for i386 arch is disabled. Maybe its need a workaround in the ./configure to skip this validation just on this arch
- Port PJSIP Xamarin app to MAUI (Added on PR to pjsip repository samples)
- VoIPGRID for scripts that brings me the idea of this work.