Opened 14 years ago
Closed 14 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 14 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3446]) Fixed #1207: Deprecation of pjmedia_session: