|
|
Provides INVITE session management.
More...
The INVITE session uses the framework to manage the underlying dialog, and is one type of usages that can use a particular dialog instance (other usages are event subscription, discussed in ). The INVITE session manages the life-time of the session, and also manages the SDP negotiation.
Application must link with pjsip-ua static library to use this API.
More detailed information is explained in PJSIP Developer's Guide PDF document, and readers are encouraged to read the document to get the concept behind dialog, dialog usages, and INVITE sessions.
The INVITE session does NOT manage media. If application wants to use API that encapsulates both signaling and media in a very easy to use API, it can use for this purpose.

|
|