liblinphone注册状态的变化

来源:互联网 发布:成都培训java多少人 编辑:程序博客网 时间:2024/05/21 18:49


typedef enum _LinphoneRegistrationState{

LinphoneRegistrationNone,/**<Initial state for registrations */

LinphoneRegistrationProgress,/**<Registration is in progress */

LinphoneRegistrationOk,/**< Registration is successful */

LinphoneRegistrationCleared,/**< Unregistration succeeded */

LinphoneRegistrationFailed/**<Registration failed */

}LinphoneRegistrationState;




0 0
原创粉丝点击