BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

#include <pjsua.h>

Data Fields

pj_str_t uri
 
pj_bool_t subscribe
 
void * user_data
 

Detailed Description

This structure describes buddy configuration when adding a buddy to the buddy list with pjsua_buddy_add(). Application MUST initialize the structure with pjsua_buddy_config_default() to initialize this structure with default configuration.

Field Documentation

◆ uri

pj_str_t pjsua_buddy_config::uri

Buddy URL or name address.

◆ subscribe

pj_bool_t pjsua_buddy_config::subscribe

Specify whether presence subscription should start immediately.

◆ user_data

void* pjsua_buddy_config::user_data

Specify arbitrary application data to be associated with with the buddy object.


The documentation for this struct was generated from the following file:

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.