chenqiyang
2022-05-11 7960485054f37eb60d63a98231686cef41302a8b
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) {