You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add pjsua2 onAuthChallenge with sync fallback flag
Change async auth callback return type from void to pj_bool_t.
PJ_TRUE means app handles the challenge (async path), PJ_FALSE
lets the library fall through to synchronous reinit_req + send.
This allows pjsua2 to always register the callback while the
default no-op safely falls back to sync auth.
Add AuthChallenge class with respond()/abandon() methods and
OnAuthChallengeParam for the pjsua2 Account::onAuthChallenge()
virtual callback. Thread tdata and handled flag through pjsua
bridge layer.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments