Commit 425a7c94 authored by 朱璇's avatar 朱璇

bugfix @莹莹 【IOS埋点10-医生侧唤起呼入界面】没有上报

parent 6625c532
......@@ -162,7 +162,7 @@ static GMDoctorVideoTelephoneLogin *loginManager = nil;
_telephoneView.model = model;
_telephoneView.delegate = self;
[[UIApplication sharedApplication].keyWindow addSubview:_telephoneView];
[GMVideoPhobos consultation_traceWithActionStep:@"Consultation.One2One.EvokeRecordPageSuceess" status:@"success" extraParam:@{@"consultation_record_id": SafeString(model.consultationRecordId)}];
}
#pragma mark - 点击接受或是挂断
......@@ -238,9 +238,6 @@ static GMDoctorVideoTelephoneLogin *loginManager = nil;
_window = [[GMDoctorVideoTelephoneWindow alloc] initWithFrame:CGRectMake(0, 0, MAINSCREEN_WIDTH, MAINSCREEN_HEIGHT)];
_window.delgate = self;
[[UIApplication sharedApplication].keyWindow addSubview:_window];
[GMVideoPhobos consultation_traceWithActionStep:@"Consultation.One2One.EvokeRecordPageSuceess" status:@"success" extraParam:@{@"consultation_record_id": SafeString(_videoModel.consultationRecordId)}];
}
#pragma mark - TTTRtcEngineDelegate初始化成功
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment