Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMAILab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMAILab
Commits
425a7c94
Commit
425a7c94
authored
Jun 11, 2020
by
朱璇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix @莹莹 【IOS埋点10-医生侧唤起呼入界面】没有上报
parent
6625c532
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
GMDoctorVideoTelephoneLogin.m
...Face/VideoTelephone/manager/GMDoctorVideoTelephoneLogin.m
+1
-4
No files found.
GMAILab/Classes/ToFace/VideoTelephone/manager/GMDoctorVideoTelephoneLogin.m
View file @
425a7c94
...
...
@@ -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初始化成功
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment