Skip to content

Release v1.16.0

Compare
Choose a tag to compare
@NManem NManem released this 23 Aug 20:36
57e8234

Implemented WebRTC

  • Implemented WebRTC features to allow users to send video or text information through an RTC peer connection
  • Enabled users to set up SDP connection

Continuous Integration/Deployment Pipeline

  • createPackages.yml: This workflow is triggered by a push event to the master branch (successful merge request). It runs the unit tests to ensure the merged code does not have any bugs and then creates the packages for macOS, Windows, and Linux operating systems. The packages get deployed as a draft on Github Actions.
  • Added new tests to Continuous Integration workflow

Integration Testing

  • Created integration tests to test if front end user actions were correctly changing the redux state
  • Created tests for the following networking tools: HTTP, GraphQL, WebSockets, gRPC
  • Created WebRTC Integration tests backbone. Needs minor bug fixing
  • Fixed various bugs in the E2E and Unit tests