Home --> Documentations --> PJSIP Reference
#include <siptypes.hpp>
This structure describe event descriptor to fully identify a SIP event. It corresponds to the pjsip_event structure in PJSIP library.
Default constructor.
Construct from PJSIP's pjsip_event
The event type, can be any value of pjsip_event_id_e.
The event body, which fields depends on the event type.
Pointer to its original pjsip_event. Only valid when the struct is constructed from PJSIP's pjsip_event.