#include <pjsua.h>
Detailed Description
This structure describes buddy info, which can be retrieved by calling
pjsua_buddy_get_info().
- Python:
- This structure in Python is
py_pjsua.Buddy_Info.
Field Documentation
The full URI of the buddy, as specified in the configuration.
Buddy's Contact, only available when presence subscription has been established to the buddy.
Text to describe buddy's online status.
Flag to indicate that we should monitor the presence information for this buddy (normally yes, unless explicitly disabled).
If monitor_pres is enabled, this specifies the last state of the presence subscription. If presence subscription session is currently active, the value will be PJSIP_EVSUB_STATE_ACTIVE. If presence subscription request has been rejected, the value will be PJSIP_EVSUB_STATE_TERMINATED, and the termination reason will be specified in sub_term_reason.
Specifies the last presence subscription terminatino reason. If presence subscription is currently active, the value will be empty.
Extended RPID information about the person.
The documentation for this struct was generated from the following file: