Opened 16 years ago

Closed 16 years ago

#608 closed enhancement (fixed)

Added API to retrieve media transport and session from pjsua call

Reported by: bennylp Owned by: bennylp
Priority: minor Milestone: release-1.0-rc2
Component: pjsua-lib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Add new API to retrieve media transport and media session from pjsua call. Something like:

PJ_DECL(pjmedia_transport*) pjsua_call_get_media_transport(pjsua_call_id call_id);
PJ_DECL(pjmedia_session*)   pjsua_call_get_media_session(pjsua_call_id call_id);

Change History (1)

comment:1 Changed 16 years ago by bennylp

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

Done in r2259

Note: See TracTickets for help on using tickets.