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
Next, get a stack trace when the assertion occurred. From the log, it seems that the preview window has been released.
pjsua_vid.c ....Call 1 media 1: Preview video window released
2024-12-24 15:54:57.522 23614-23614 System.out com.nex.sip.debug I 15:54:57.522 pjsua_vid.c ....Window 2: destroying..
So the stack trace still determine who caused VideoPreview::updateDevId() to be invoked. If it's application then it's likely app's bug, otherwise it could be library's bug.
Describe the bug
../src/pjsua2/media.cpp:1523: void pj::VideoPreview::updateDevId(): assertion "w->type == PJSUA_WND_TYPE_PREVIEW" failed
Steps to reproduce
hangupCall multiple video call but audio call no problem
PJSIP version
2.13
Context
hangupCall multiple video call but audio call no problem
Log, call stack, etc
The text was updated successfully, but these errors were encountered: