赞
踩
liblinphone is a high level library to make a SIP phone.
This library includes ALL the features of linphone.
It is designed to be easy to use, directly from a user interface.
Its API is described in coreapi/linphonecore.h .
Making a SIP call is as easy as:
/* first create a LinphoneCore object: this initialize your virtual SIP phone*/
/* note: vtable is a structure that contains callbacks you must implement to get notified of various kind of information*/
LinphoneCore *lc=linphone_core_new(&vtable,".myconfig",NULL);
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。