chenqiyang
2021-09-01 8fb1bc18bad99b2de79783848b41d07da01315a7
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) {