Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
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
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • abookCommunication
  • chat_webview
  • Merge Requests
  • !134

Merged
Opened May 20, 2021 by Lee Munkyeong@lee-mk 2 of 2 tasks completed2/2 tasks
  • Report abuse
Report abuse

Feature/develop capture photo in video collaboration

  • @kim-p
  • @miura-t
Edited May 20, 2021 by Kim Peace
  • Discussion 1
  • Commits 3
  • Changes 11
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Takatoshi Miura
    @miura-t started a discussion on an old version of the diff May 20, 2021
    Last updated by Lee Munkyeong May 20, 2021
    public_new/js/share.js
    155 }
    156 } else if (data.type === "SEND_HOST_CHANGE_SIGNAL") {
    157 if(g_username == data.payload.name){
    158 fw.sendToMsg('others', 'SEND_HOST_CHANGE_DONE_SIGNAL', {host: g_username});
    159 $(".coview_on_media_image_crown").show();
    160 $(".coview_on_screen_btn.owner").show();
    161 $("#coviewShareMoreButton").show();
    162 $(".coview_share_title_right_area").show();
    163 g_isMainMan = true;
    164 g_isMainManUsername = g_username;
    165 //g_agentID = g_username;
    166 options.constraints = { audio: true, video: true };
    167 g_localStream = await createLocalVideo (options.constraints);
    168 ChangeAgentStream(g_localStream);
    169 $('[id^="video-"]').css('display','none');
    170 SwitchMainVideoPosition("agent");
    • Takatoshi Miura @miura-t commented May 20, 2021
      Developer

      indent?

      indent?
    • Lee Munkyeong @lee-mk

      changed this line in version 2 of the diff

      May 20, 2021

      changed this line in version 2 of the diff

      changed this line in [version 2 of the diff](https://gitlab.agentec.jp/abookCommunication/chat_webview/merge_requests/134/diffs?diff_id=6279&start_sha=3cb4cff10196b6ad2fe55aaa381fc9474efef06d#aecec33938f4ad2ee7b235582f9b38181d216841_170_168)
      Toggle commit list
    Please register or sign in to reply
  • Takatoshi Miura @miura-t

    marked the task @miura-t as completed

    May 20, 2021

    marked the task @miura-t as completed

    marked the task **@miura-t** as completed
    Toggle commit list
  • Takatoshi Miura @miura-t

    assigned to @lee-mk

    May 20, 2021

    assigned to @lee-mk

    assigned to @lee-mk
    Toggle commit list
  • Lee Munkyeong @lee-mk

    assigned to @kim-p

    May 20, 2021

    assigned to @kim-p

    assigned to @kim-p
    Toggle commit list
  • Kim Peace @kim-p

    marked the task @kim-p as completed

    May 20, 2021

    marked the task @kim-p as completed

    marked the task **@kim-p** as completed
    Toggle commit list
  • Kim Peace @kim-p

    assigned to @lee-mk

    May 20, 2021

    assigned to @lee-mk

    assigned to @lee-mk
    Toggle commit list
  • Lee Munkyeong @lee-mk

    added 1 commit

    • 6f3fe281 - コードレビュー対応。

    Compare with previous version

    May 20, 2021

    added 1 commit

    • 6f3fe281 - コードレビュー対応。

    Compare with previous version

    added 1 commit * 6f3fe281 - コードレビュー対応。 [Compare with previous version](https://gitlab.agentec.jp/abookCommunication/chat_webview/merge_requests/134/diffs?diff_id=6279&start_sha=3cb4cff10196b6ad2fe55aaa381fc9474efef06d)
    Toggle commit list
  • Lee Munkyeong @lee-mk

    merged

    May 20, 2021

    merged

    merged
    Toggle commit list
  • Lee Munkyeong @lee-mk

    mentioned in commit 1a3ed19e

    May 20, 2021

    mentioned in commit 1a3ed19e

    mentioned in commit 1a3ed19ee02e8477349b431c10bf57831cdb25a9
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Lee Munkyeong
Assignee
Lee Munkyeong @lee-mk
Assign to
None
Milestone
None
Assign milestone
Time tracking
3
3 participants
Reference: abookCommunication/chat_webview!134
×

Revert this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.