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
eb1edc39
Commit
eb1edc39
authored
Jul 26, 2021
by
Kim Peace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed capture svg file path
parent
9ecee0d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
public_new/js/views/collaboration/share-event-listener.js
+6
-3
public_new/modal_collabo_capture.html
+1
-1
public_new/template/template_document_list.html
+1
-1
No files found.
public_new/js/views/collaboration/share-event-listener.js
View file @
eb1edc39
...
@@ -150,6 +150,10 @@ CoviewBridge.bindMessageEvent = function () {
...
@@ -150,6 +150,10 @@ CoviewBridge.bindMessageEvent = function () {
});
});
}
}
break
;
break
;
case
"IceCandidateEvent"
:
// do nothing for ice condidate event
break
;
case
"HeartbeatResponse"
:
// do nothing for heartbeat response
break
;
default
:
default
:
console
.
debug
(
"Unrecognized api"
,
json
);
console
.
debug
(
"Unrecognized api"
,
json
);
break
;
break
;
...
@@ -171,7 +175,8 @@ CollaborationFeature.didReceiveLoginResponseMessage = async function () {
...
@@ -171,7 +175,8 @@ CollaborationFeature.didReceiveLoginResponseMessage = async function () {
NativeBridgeDelegate
.
startContentView
();
NativeBridgeDelegate
.
startContentView
();
}
else
if
(
isHost
)
{
}
else
if
(
isHost
)
{
globalUserInfo
.
meetingID
=
NativeBridgeDataSource
.
createContentView
();
globalUserInfo
.
meetingID
=
NativeBridgeDataSource
.
createContentView
();
if
(
globalUserInfo
.
meetingID
==
"-1"
)
{
//会議室作成失敗
if
(
globalUserInfo
.
meetingID
==
"-1"
)
{
//会議室作成失敗
CoviewBridge
.
finishCollaboration
();
CoviewBridge
.
finishCollaboration
();
return
;
return
;
}
}
...
@@ -197,8 +202,6 @@ CollaborationFeature.didReceiveLoginResponseMessage = async function () {
...
@@ -197,8 +202,6 @@ CollaborationFeature.didReceiveLoginResponseMessage = async function () {
break
;
break
;
}
}
CollaborationUI
.
moveToVideoShareArea
();
CollaborationUI
.
moveToVideoShareArea
();
};
};
...
...
public_new/modal_collabo_capture.html
View file @
eb1edc39
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
</div>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<div
class=
"img_wrap"
>
<div
class=
"img_wrap"
>
<img
src=
"i
mg/
capture.svg"
alt=
"キャプチャ画像"
>
<img
src=
"i
con/icon_collabo_
capture.svg"
alt=
"キャプチャ画像"
>
</div>
</div>
<p>
filename.jpg
</p>
<p>
filename.jpg
</p>
</div>
</div>
...
...
public_new/template/template_document_list.html
View file @
eb1edc39
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
</div>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<div
class=
"img_wrap"
>
<div
class=
"img_wrap"
>
<img
src=
"i
mg/
capture.svg"
alt=
"キャプチャ画像"
>
<img
src=
"i
con/icon_collabo_
capture.svg"
alt=
"キャプチャ画像"
>
</div>
</div>
<p>
filename.jpg
</p>
<p>
filename.jpg
</p>
</div>
</div>
...
...
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