Skip to content
Snippets Groups Projects
  1. Jul 24, 2024
  2. Oct 05, 2023
  3. Sep 14, 2023
  4. Apr 21, 2023
  5. Apr 14, 2023
  6. Apr 11, 2023
  7. Mar 17, 2023
  8. Mar 13, 2023
  9. Feb 13, 2023
  10. Feb 08, 2023
  11. Dec 26, 2022
  12. Aug 23, 2022
  13. Jun 09, 2022
    • Kevin Aleman's avatar
      [BREAK] Remove RDStation integration (#25774) · 993745d3
      Kevin Aleman authored
      <!-- This is a pull request template, you do not need to uncomment or remove the comments, they won't show up in the PR text. -->
      
      <!-- Your Pull Request name should start with one of the following tags
        [NEW] For new features
        [IMPROVE] For an improvement (performance or little improvements) in existing features
        [FIX] For bug fixes that affect the end-user
        [BREAK] For pull requests including breaking changes
        Chore: For small tasks
        Doc: For documentation
      -->
      
      <!-- Checklist!!! If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. 
        - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc
        - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat
      
      
        - Lint and unit tests pass locally with my changes
        - I have added tests that prove my fix is effective or that my feature works (if applicable)
        - I have added necessary documentation (if applicable)
        - Any dependent changes have been merged and published in downstream modules
      -->
      
      ## Proposed changes (including videos or screenshots)
      <!-- CHANGELOG -->
      <!--
        Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
        If it fixes a bug or resolves a feature request, be sure to link to that issue below.
        This description will appear in the release notes if we accept the contribution.
      -->
      
      <!-- END CHANGELOG -->
      
      ## Issue(s)
      <!-- Link the issues being closed by or related to this PR. For example, you can use #594 if this PR closes issue number 594 -->
      
      ## Steps to test or reproduce
      <!-- Mention how you would reproduce the bug if not mentioned on the issue page already. Also mention which screens are going to have the changes if applicable -->
      
      ## Further comments
      <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
      
      
      Co-authored-by: default avatarGuilherme Gazzo <5263975+ggazzo@users.noreply.github.com>
      993745d3
  14. Apr 13, 2022
  15. Apr 06, 2022
  16. Feb 16, 2022
  17. Dec 29, 2021
  18. Dec 10, 2021
  19. Dec 03, 2021
  20. Nov 29, 2021
  21. Nov 22, 2021
    • Murtaza Patrawala's avatar
      [NEW] Audio and Video calling in Livechat using Jitsi and WebRTC (#23004) · 6d7752fd
      Murtaza Patrawala authored
      
      * [NEW] Livechat WebRTC call settings (#22559)
      
      * [NEW] Livechat WebRTC call settings
      
      * [FIX] Omnichannel Call Settings
      
      - Change Livechat call to Video and Audio Call as it will apply to other omnichannels in future
      - Change Audio and Video Setting alert to description to be conformant with the other settings
      - Remove unrelated changes(base.css) that got induced unknowingly
      - Refactor to remove translation for "Jitsi" and "WebRTC" and remove unnecessary dependency on t
      - Refactor to add return type of handleClick
      - Add/remove related i18n labels
      
      * [FIX] Livechat videoCall api and method
      
      * [FIX] Add migrations for webRTC enabled settings and omnichannel call provider
      
      * [FIX] 'Jitsi' typo
      
      * [NEW] Join call action button (#22689)
      
      * [NEW] WebRTC Call Session
      
      * [IMPROVEMENT] Use API endpoint instead of method, fix handleClick dependency warning
      
      * [FIX] Return updated callStatus, use translation for join call message, remove system logger, make callStatus optional in room interface
      
      * [NEW] Join and End Call Action Message Button for Agent
      
      * [FIX] Use translation for Call ALready Ended toastr, convert actionLink to tsx
      
      * [IMPROVE] Remove redundant callStatus from message collection, Display Call Ended message with call duration
      
      * [REF] Use translation for call ended message, Store danger field in db with other action fields, store actionAlignment field in db
      
      * [NEW] update call status (#22854)
      
      * add code for update call status
      
      * remove fourth param
      
      Co-authored-by: default avatarMurtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
      
      Co-authored-by: default avatarMurtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
      
      * [NEW] P2P WebRTC Connection Establishment (#22847)
      
      * [NEW] WebRTC P2P Connection with Basic Call UI
      
      * [FIX] Set Stream on a stable connection
      
      * [FIX] userId typecheck error
      
      * [REFACTOR]
       - Restore type of userId to string by removing `| undefined`
       - Add translation for visitor does not exist toastr
       - Set visitorId from room object fetched instead of fetching from livechat widget as query param
       - Type Checking
      
      * [FIX] Running startCall 2 times for agent
      
      * [FIX] Call declined Page
      
      * [NEW] Control Buttons - mic, cam, expand and end call (#22928)
      
      * [NEW] Control Buttons - mic, cam, expand and end call
      
      * [REFACTOR] Add an empty file on EOF en18.i18n that was mistakenly removed
      
      * [FIX] UI responsiveness (#22934)
      
      * [NEW] Control Buttons - mic, cam, expand and end call
      
      * [REFACTOR] Add an empty file on EOF en18.i18n that was mistakenly removed
      
      * [FIX] UI Responsiveness
      
      * [REF] Use const and ternary op
      
      * [FIX] Handle decline message action link (#22936)
      
      * [NEW] Control Buttons - mic, cam, expand and end call
      
      * [REFACTOR] Add an empty file on EOF en18.i18n that was mistakenly removed
      
      * [FIX] UI Responsiveness
      
      * [REF] Use const and ternary op
      
      * [FIX] Action Link not updating when call declined
      
      * [FIX] WebRTC_call_declined_message
      
      Co-authored-by: default avatarMurtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
      
      * [REF] Use a single IF statement to handle status
      
      Co-authored-by: default avatarMurtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
      
      * [FIX] Call button visible even when chat is queued (#22943)
      
      * [FIX] add callstatus attribute in room object (#22959)
      
      * [IMPROVE] Attach jitsi link to message object for Livechat  (#22690)
      
      * [Improve] Attach jitsi link to message object for Livechat
      
      (cherry picked from commit c888961da3313de06eaeb0700b7ce0b6371ef469)
      
      * Update WebRTCClass.js
      
      * [NEW] Webrtc meet page layout (#22932)
      
      * [NEW] Control Buttons - mic, cam, expand and end call
      
      * webrtc meet page desgin
      
      * [REFACTOR] Add an empty file on EOF en18.i18n that was mistakenly removed
      
      * [FIX] UI Responsiveness
      
      * [FIX] Action Link not updating when call declined
      
      * webrtc meet page desgin
      
      * [FIX] Remote user avatar screen and video switching
      
      * fix-alert
      
      * fix 2 aletrs
      
      * improve codebase
      
      * make ui responsive
      
      * fix issue
      
      * Add call timer component + minor refactoring
      
      * some css changes
      
      Co-authored-by: default avatarDhruv Jain <dhruv.jain93@gmail.com>
      Co-authored-by: default avatarmurtaza98 <murtaza.patrawala@rocket.chat>
      Co-authored-by: default avatarMurtaza Patrawala <34130764+murtaza98@users.noreply.github.com>
      
      * Add migration
      
      * Changing files to tsx
      
      * Update default value for setting -Jitsi_Open_New_Window
      
      * Update invalid-livechat-config issue
      
      * Fix typescript errors
      
      * Fix build errors caused by new room prop - webRtcCallStartTime
      
      * Simplify call duration calculation logic
      
      * Add definition PUT method for REST on client
      
      Co-authored-by: default avatarDhruv Jain <51796498+djcruz93@users.noreply.github.com>
      Co-authored-by: default avatarDeepak Agarwal <deepak710agarwal@gmail.com>
      Co-authored-by: default avatarDhruv Jain <dhruv.jain93@gmail.com>
      6d7752fd
  22. Oct 21, 2021
  23. Oct 20, 2021
  24. Oct 19, 2021
Loading