From 7960485054f37eb60d63a98231686cef41302a8b Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期三, 11 五月 2022 09:13:56 +0800 Subject: [PATCH] 修改部分方法 --- 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