From 732a72414ca5788d53f2f5e016c7cd53b611d66d Mon Sep 17 00:00:00 2001
From: 464027401@qq.com <464027401@qq.com>
Date: 星期三, 15 九月 2021 16:47:26 +0800
Subject: [PATCH] 替换使用去掉callkit的包

---
 HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLinPhoneSDK.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLinPhoneSDK.m b/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLinPhoneSDK.m
index acb16e1..580b241 100644
--- a/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLinPhoneSDK.m
+++ b/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLinPhoneSDK.m
@@ -47,7 +47,7 @@
 - (void)registrationUpdate:(NSNotification *)notif {
     LinphoneRegistrationState state = [[notif.userInfo objectForKey:@"state"] intValue];
     if (state == LinphoneRegistrationFailed){
-        NSLog(@"鐧诲け璐�");
+        NSLog(@"鐧诲綍澶辫触");
     }else if (state == LinphoneRegistrationCleared){
         NSLog(@"鐧诲綍娓呯┖");
     } else if (state == LinphoneRegistrationOk) {

--
Gitblit v1.8.0