- Timestamp:
- Jul 13, 2011 3:05:22 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/pjsip-apps/src/pjsua/pjsua_app.c
r3629 r3632 3135 3135 3136 3136 /* 3137 * Notification on sound device operation. 3138 */ 3139 static pj_status_t on_snd_dev_operation(int operation) 3140 { 3141 PJ_LOG(3,(THIS_FILE, "Turning sound device %s", (operation? "ON":"OFF"))); 3142 return PJ_SUCCESS; 3143 } 3144 3145 /* 3137 3146 * Print buddy list. 3138 3147 */ … … 5052 5061 app_config.cfg.cb.on_transport_state = &on_transport_state; 5053 5062 app_config.cfg.cb.on_ice_transport_error = &on_ice_transport_error; 5063 app_config.cfg.cb.on_snd_dev_operation = &on_snd_dev_operation; 5054 5064 app_config.log_cfg.cb = log_cb; 5055 5065
Note: See TracChangeset
for help on using the changeset viewer.