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
64ea4e8f
Commit
64ea4e8f
authored
Jun 11, 2020
by
朱璇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix @莹莹【IOS埋点31-医生加入后,调用信令告知用户】问题如下
parent
baea3b1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
GMDoctorVideoTelephoneLogin.m
...Face/VideoTelephone/manager/GMDoctorVideoTelephoneLogin.m
+2
-2
No files found.
GMAILab/Classes/ToFace/VideoTelephone/manager/GMDoctorVideoTelephoneLogin.m
View file @
64ea4e8f
...
@@ -249,12 +249,12 @@ static GMDoctorVideoTelephoneLogin *loginManager = nil;
...
@@ -249,12 +249,12 @@ static GMDoctorVideoTelephoneLogin *loginManager = nil;
if
(
_neteaseModel
&&
[
_neteaseModel
.
toAccountId
isNonEmpty
]
&&
[
_neteaseModel
.
channelId
isNonEmpty
])
{
if
(
_neteaseModel
&&
[
_neteaseModel
.
toAccountId
isNonEmpty
]
&&
[
_neteaseModel
.
channelId
isNonEmpty
])
{
[[
GMNimChannelManager
shareInstance
]
doJoinAndInviteJoinChannelWithChannelId
:
_neteaseModel
.
channelId
accountId
:
_neteaseModel
.
toAccountId
customInfo
:
_neteaseModel
.
inviteExt
resultBlock
:^
(
BOOL
isSuccess
)
{
[[
GMNimChannelManager
shareInstance
]
doJoinAndInviteJoinChannelWithChannelId
:
_neteaseModel
.
channelId
accountId
:
_neteaseModel
.
toAccountId
customInfo
:
_neteaseModel
.
inviteExt
resultBlock
:^
(
BOOL
isSuccess
)
{
if
(
!
isSuccess
)
{
if
(
!
isSuccess
)
{
[
GMVideoPhobos
consultation_traceWithActionStep
:
@"Consultation.Dispatch.NeteaseIM.ReadySend"
status
:
@"failed"
extraParam
:
@{
@"consultation_record_id"
:
SafeString
(
TTManager
.
consultationRecordId
),
@"channel_id"
:
SafeString
(
_channelId
),
@"user_id"
:
SafeString
(
_neteaseModel
.
toAccountId
)}];
[
GMVideoPhobos
consultation_traceWithActionStep
:
@"Consultation.Dispatch.NeteaseIM.ReadySend"
status
:
@"failed"
extraParam
:
@{
@"consultation_record_id"
:
SafeString
(
TTManager
.
consultationRecordId
),
@"channel_id"
:
SafeString
(
_
neteaseModel
.
channelId
),
@"user_id"
:
SafeString
(
_neteaseModel
.
toAccountId
)}];
#ifdef DEBUG
#ifdef DEBUG
[[
GMBaseTool
getCurrentViewController
]
toast
:
@"doJoinAndInviteJoinChannelWithChannelId失败"
];
[[
GMBaseTool
getCurrentViewController
]
toast
:
@"doJoinAndInviteJoinChannelWithChannelId失败"
];
#endif
#endif
}
else
{
}
else
{
[
GMVideoPhobos
consultation_traceWithActionStep
:
@"Consultation.Dispatch.NeteaseIM.ReadySend"
status
:
@"success"
extraParam
:
@{
@"consultation_record_id"
:
SafeString
(
TTManager
.
consultationRecordId
),
@"channel_id"
:
SafeString
(
_channelId
),
@"user_id"
:
SafeString
(
_neteaseModel
.
toAccountId
)}];
[
GMVideoPhobos
consultation_traceWithActionStep
:
@"Consultation.Dispatch.NeteaseIM.ReadySend"
status
:
@"success"
extraParam
:
@{
@"consultation_record_id"
:
SafeString
(
TTManager
.
consultationRecordId
),
@"channel_id"
:
SafeString
(
_
neteaseModel
.
channelId
),
@"user_id"
:
SafeString
(
_neteaseModel
.
toAccountId
)}];
}
}
}];
}];
}
}
...
...
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