Changes between Version 2 and Version 4 of Ticket #1540
- Timestamp:
- Jun 26, 2012 9:56:28 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1540
- Property Summary changed from Modify MWI subscription setting on run-time to Modify MWI subscription setting on run-time and add callback for the subscription state change
-
Ticket #1540 – Description
v2 v4 3 3 - ''pjsua_acc_config.mwi_enabled'': to enable or disable MWI subscription. It can be updated via ''pjsua_acc_modify()'' to start or stop MWI subscription. 4 4 5 When there is a MWI subscription state change, pjsua callback on_mwi_state() will be called. 6 7 MWI subscription will be terminated when deleting the associated account. 8 5 9 Thanks Peter Koletzki and Matynka Bartosz for the feedbacks.