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
1108cb56
Commit
1108cb56
authored
Jun 11, 2020
by
朱璇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix @陈雪 [anroid-用户侧黑屏]android用户给iOS医生发起1V1连线,用户侧看不到用户自己,医生侧可以看到用户
parent
425a7c94
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
GMDoctorVideoTelephoneLogin.m
...Face/VideoTelephone/manager/GMDoctorVideoTelephoneLogin.m
+1
-1
GMUserVideoTelephoneLogin.m
...ToFace/VideoTelephone/manager/GMUserVideoTelephoneLogin.m
+1
-2
No files found.
GMAILab/Classes/ToFace/VideoTelephone/manager/GMDoctorVideoTelephoneLogin.m
View file @
1108cb56
...
@@ -115,7 +115,7 @@ static GMDoctorVideoTelephoneLogin *loginManager = nil;
...
@@ -115,7 +115,7 @@ static GMDoctorVideoTelephoneLogin *loginManager = nil;
#pragma mark - 初始化直播间
#pragma mark - 初始化直播间
-
(
void
)
doctorLoginVideoRoomModel
:
(
GMVideoTelephoneModel
*
)
model
{
-
(
void
)
doctorLoginVideoRoomModel
:
(
GMVideoTelephoneModel
*
)
model
{
_uid
=
(
NSInteger
)[[
GMRouter
sharedInstance
]
pushScheme
:
@"gengmei://gm_userId"
];
;
_uid
=
[[[
GMRouter
sharedInstance
]
pushScheme
:
@"gengmei://gm_userId"
]
longLongValue
]
;
_channelId
=
model
.
channelId
;
_channelId
=
model
.
channelId
;
_pushURL
=
model
.
streamUrl
;
_pushURL
=
model
.
streamUrl
;
_neteaseModel
=
model
.
neteaseIm
;
_neteaseModel
=
model
.
neteaseIm
;
...
...
GMAILab/Classes/ToFace/VideoTelephone/manager/GMUserVideoTelephoneLogin.m
View file @
1108cb56
...
@@ -125,8 +125,7 @@ static GMUserVideoTelephoneLogin *loginManager = nil;
...
@@ -125,8 +125,7 @@ static GMUserVideoTelephoneLogin *loginManager = nil;
#pragma mark - 初始化直播间
#pragma mark - 初始化直播间
-
(
void
)
userLoginVideoRoomModel
:
(
GMVideoTelephoneModel
*
)
model
{
-
(
void
)
userLoginVideoRoomModel
:
(
GMVideoTelephoneModel
*
)
model
{
_uid
=
[[[
GMRouter
sharedInstance
]
pushScheme
:
@"gengmei://gm_userId"
]
longLongValue
];
_uid
=
(
NSInteger
)[[
GMRouter
sharedInstance
]
pushScheme
:
@"gengmei://gm_userId"
];
_channelId
=
model
.
channelId
;
_channelId
=
model
.
channelId
;
_pushURL
=
model
.
streamUrl
;
_pushURL
=
model
.
streamUrl
;
_neteaseModel
=
model
.
neteaseIm
;
_neteaseModel
=
model
.
neteaseIm
;
...
...
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