Opened 13 years ago

Closed 13 years ago

#1207 closed enhancement (fixed)

Deprecation of <pjmedia/session.h>

Reported by: bennylp Owned by: nanang
Priority: normal Milestone: release-2.0-dev
Component: pjmedia Version: 2.0-dev-branch
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

The use of pjmedia_session in <pjmedia/session.h> is now deprecated. Application should directly create the audio and video streams instead.

The pjmedia_session will continue to exist but this will only support audio session.

Applications that use pjmedia_session would still expected to work, but you should change it as soon as possible.

Change History (1)

comment:1 Changed 13 years ago by bennylp

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

(In [3446]) Fixed #1207: Deprecation of pjmedia_session:

  • add new APIs in stream so that app can use this directly instead of via session
  • moved some APIs from session to stream
Note: See TracTickets for help on using tickets.