1. 程式人生 > >linphone-獲取sip:[email protected]

linphone-獲取sip:[email protected]

const LinphoneAddress * linphone_call_get_remote_address(const LinphoneCall *call){
    //return call->dir==LinphoneCallIncoming ? call->log->from : call->log->to;
    return call->dir==LinphoneCallIncoming ? call->log->to : call->log->from;
}