Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCommunication
chat_webview
Commits
7415f7e3
Commit
7415f7e3
authored
Jun 14, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
43194追加対応
parent
76a8d75b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
public_new/js/share.js
+10
-5
No files found.
public_new/js/share.js
View file @
7415f7e3
...
@@ -321,6 +321,8 @@ document.addEventListener("DOMContentLoaded", function () {
...
@@ -321,6 +321,8 @@ document.addEventListener("DOMContentLoaded", function () {
newMeetingId
:
joinMeetingId
,
newMeetingId
:
joinMeetingId
,
});
});
}
else
if
(
data
.
type
===
"GET_COLLABORATION_TYPE_RESPONSE"
)
{
}
else
if
(
data
.
type
===
"GET_COLLABORATION_TYPE_RESPONSE"
)
{
console
.
log
(
'------------------123123123--------------------------------------------------------'
);
console
.
log
(
data
.
payload
.
newMeetingId
);
if
(
data
.
payload
.
loginId
==
globalUserInfo
.
loginId
)
{
if
(
data
.
payload
.
loginId
==
globalUserInfo
.
loginId
)
{
if
(
if
(
CHAT_UTIL
.
isAndroid
()
&&
CHAT_UTIL
.
isAndroid
()
&&
...
@@ -355,6 +357,13 @@ document.addEventListener("DOMContentLoaded", function () {
...
@@ -355,6 +357,13 @@ document.addEventListener("DOMContentLoaded", function () {
}
}
}
}
}
}
}
else
if
(
data
.
type
===
"API_WELCOME"
)
{
if
(
collaborationJoinFlg
==
"2"
)
{
fw
.
sendToMsg
(
"others"
,
"GET_COLLABORATION_TYPE"
,
{
loginId
:
globalUserInfo
.
loginId
,
});
collaborationJoinFlg
=
"1"
;
}
}
}
});
});
});
});
...
@@ -362,11 +371,6 @@ document.addEventListener("DOMContentLoaded", function () {
...
@@ -362,11 +371,6 @@ document.addEventListener("DOMContentLoaded", function () {
coview_api
.
addEventListener
(
"start"
,
function
()
{
coview_api
.
addEventListener
(
"start"
,
function
()
{
console
.
log
(
"=============> START : share start"
);
console
.
log
(
"=============> START : share start"
);
scrollLockON
();
scrollLockON
();
if
(
collaborationJoinFlg
==
"2"
)
{
fw
.
sendToMsg
(
"others"
,
"GET_COLLABORATION_TYPE"
,
{
loginId
:
globalUserInfo
.
loginId
,
});
}
$
(
"#loadingIndicator"
).
removeClass
(
"full_active"
);
$
(
"#loadingIndicator"
).
removeClass
(
"full_active"
);
});
});
...
@@ -436,6 +440,7 @@ document.addEventListener("DOMContentLoaded", function () {
...
@@ -436,6 +440,7 @@ document.addEventListener("DOMContentLoaded", function () {
}
else
if
(
CHAT_UTIL
.
isAndroid
())
{
}
else
if
(
CHAT_UTIL
.
isAndroid
())
{
meetingId
=
android
.
createContentView
();
meetingId
=
android
.
createContentView
();
}
}
joinMeetingId
=
meetingId
;
}
}
}
else
if
(
collaborationJoinFlg
==
"2"
)
{
}
else
if
(
collaborationJoinFlg
==
"2"
)
{
coview_api
.
JoinRoom
(
globalUserInfo
.
roomId
,
globalUserInfo
.
coWorkType
);
coview_api
.
JoinRoom
(
globalUserInfo
.
roomId
,
globalUserInfo
.
coWorkType
);
...
...
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