From cb9232b3ab413fae7bcc2b94abd70f18ca02b263 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 03 十二月 2024 11:20:32 +0800 Subject: [PATCH] 增加铃声;增加TCP/UDP连接选择 --- 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