예제 #1
0
 public static extern int pjsua_im_typing(int acc_id, ref pj_str_t to, int is_typing, pjsua_msg_data msg_data);
예제 #2
0
 public static extern int pjsua_call_xfer_replaces(int call_id, int dest_call_id, uint options, pjsua_msg_data msg_data);
예제 #3
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);
예제 #4
0
 public static extern int pjsua_call_update(int call_id, uint options, pjsua_msg_data msg_data);
예제 #5
0
 public static extern int pjsua_call_xfer(int call_id, ref pj_str_t dest, pjsua_msg_data msg_data);
예제 #6
0
 public static extern int pjsua_call_send_typing_ind(int call_id, int is_typing, pjsua_msg_data msg_data);
예제 #7
0
 public static extern int pjsua_call_set_hold(int call_id, pjsua_msg_data msg_data);
예제 #8
0
 public static extern int pjsua_call_send_request(int call_id, ref pj_str_t method, pjsua_msg_data msg_data);
예제 #9
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);
예제 #10
0
 public static extern int pjsua_call_reinvite(int call_id, int unhold, pjsua_msg_data msg_data);
예제 #11
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);
예제 #12
0
 public static extern int pjsua_call_hangup(int call_id, uint code, ref pj_str_t reason, pjsua_msg_data msg_data);