Example #1
0
 public static extern int pjsua_recorder_create(ref pj_str_t filename, [In]uint enc_type, System.IntPtr enc_param, [In]int max_size, [In]uint options, ref int p_id);
Example #2
0
 public static extern int pjsua_player_create(ref pj_str_t filename, [In]uint options, ref int p_id);
Example #3
0
 public static extern int pjsua_playlist_create(ref pj_str_t file_names, [In]uint file_count, ref pj_str_t label, [In]uint options, ref int p_id);
Example #4
0
 public static extern int pjsua_im_typing(int acc_id, ref pj_str_t to, int is_typing, pjsua_msg_data msg_data);
Example #5
0
 public static extern int pjsua_pres_notify(int acc_id, IntPtr srv_pres, pjsip_evsub_state state,
     ref pj_str_t state_str, ref pj_str_t reason, int with_body, [In] pjsua_msg_data msg_data);
Example #6
0
 public static extern int pjsua_buddy_find(ref pj_str_t uri);
Example #7
0
 public static extern int pjsua_im_send(int acc_id, ref pj_str_t to, ref pj_str_t mime_type, ref pj_str_t content, pjsua_msg_data msg_data, System.IntPtr user_data);
Example #8
0
 public static extern int pjsua_call_send_request(int call_id, ref pj_str_t method, pjsua_msg_data msg_data);
Example #9
0
 public static extern int pjsua_call_xfer(int call_id, ref pj_str_t dest, pjsua_msg_data msg_data);
Example #10
0
 public static extern int pjsua_call_make_call(int acc_id, ref pj_str_t dst_uri, uint options, System.IntPtr user_data, pjsua_msg_data msg_data, ref int p_call_id);
Example #11
0
 public static extern int pjsua_call_send_im(int call_id, ref pj_str_t mime_type, ref pj_str_t content, pjsua_msg_data msg_data, System.IntPtr user_data);
Example #12
0
 public static extern int pjsua_call_hangup(int call_id, uint code, ref pj_str_t reason, pjsua_msg_data msg_data);
Example #13
0
 public static extern int pjsua_call_dial_dtmf(int call_id, ref pj_str_t digits);
Example #14
0
 public static extern int pjsua_resolve_stun_servers(uint count, ref pj_str_t srv, int wait, System.IntPtr token, pj_stun_resolve_cb cb);
Example #15
0
 public static extern int pjsua_acc_find_for_outgoing(ref pj_str_t url);
Example #16
0
 public static extern int pjsua_acc_create_uac_contact(ref pj_pool_t pool, ref pj_str_t contact, int acc_id, ref pj_str_t uri);