From 8fb1bc18bad99b2de79783848b41d07da01315a7 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期三, 01 九月 2021 17:04:05 +0800 Subject: [PATCH] 采用纯oc sdk解决版本适配问题;解决呼叫不能截屏问题 --- 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