How to add params in reg_contact_params

PP
Paresh Prajapati
Mon, Jul 15, 2019 10:18 AM

Hello All,

Anyone can you please help me set contact params for push notification in
pjsua_acc_config in ios.

pjsua_acc_config cfg;
cfg.reg_contact_params = pj_str(";pn-type=acme;pn-methods=INVITE;pn-uri=
https://pn.acme.example.com/ZTY4ZDJlMzODE1NmUgKi0K");

Is this a right way?

Hello All, Anyone can you please help me set contact params for push notification in pjsua_acc_config in ios. pjsua_acc_config cfg; cfg.reg_contact_params = pj_str(";pn-type=acme;pn-methods=INVITE;pn-uri= https://pn.acme.example.com/ZTY4ZDJlMzODE1NmUgKi0K"); Is this a right way?