linphone-获取sip:[email protected]中的name

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;
}

猜你喜欢

转载自blog.csdn.net/AdrianAndroid/article/details/70888762
今日推荐