464027401@qq.com
2021-09-27 b469805b2d0c9b23ca020cf9356ff137205f856c
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) {