Opened 8 years ago

Closed 8 years ago

#1916 closed defect (fixed)

onCreateMediaTransport() callback might not be called on PJSUA2

Reported by: riza Owned by: bennylp
Priority: normal Milestone: release-2.5
Component: pjsua2 Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

on_create_media_transport() callback can be called prior to on_incoming_call().

If this happen on PJSUA2 API, onCreateMediaTransport() will not be called since the call is not created yet.

This ticket will call on_incoming_call() first when on_create_media_transport() is executed on PJSUA2 API.

Change History (2)

comment:1 Changed 8 years ago by riza

  • Summary changed from OnCreateMediaTransport might not be called on Pjsua2 to onCreateMediaTransport() callback might not be called on PJSUA2

comment:2 Changed 8 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

In 5288:

  • Fixed #1916: onCreateMediaTransport() callback might not be called on PJSUA2.
Note: See TracTickets for help on using tickets.