Opened 13 years ago
Closed 13 years ago
#1427 closed defect (fixed)
Assertion in initiating video in an audio only call
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-beta |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Steps to reproduce:
- start pjsua w/ video disabled, i.e: omit '--video'
- receive incoming call w/ video
- accept the call
- enable video, e.g: 'vid call enable 1'
Assertion raised in pjsua_media_channel_update() in pjsua_media.c:2689:
PJ_ASSERT_RETURN(neg && !pjmedia_sdp_neg_was_answer_remote(neg), PJMEDIA_SDPNEG_EINSTATE);
Change History (1)
comment:1 Changed 13 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3912]) Fix #1427: added check if video_cnt in call option should be increased while trying to enable a video stream.