Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

46 lines (39 loc) · 1.18 KB

AngularOpenVidu Version History

All notable changes to this project will be documented in this file.

TODO

  • Basic testing
  • Settings for camera

0.6.0

Added

  • Add new events: onCloseSession and onCustomNotification
  • Add chat
  • Add transition to the button chat
  • Change layout of the participants video
  • Divide component for new layouts
  • Add option to change layouts: google hangouts, appear.in, gotomeeting
  • Loading screen when accessing camera
  • Add gulp tasks for building component
  • Add options to change toolbar menu (only for the Hangouts component)
  • Add inputs for i18n
  • Add GIF to README docs
  • Uses Angular Material in the SASS files
  • Use GoToMeeting layout as a webinar example
  • i18n for new components
  • Add new input showSecondaryContent to the GoToMeeting component

Fixed

  • Update main speaker when a participant leave
  • Mocha tests

0.5.0

Added

  • Join a group call
  • Close group call
  • Disable camera
  • Mute microphone
  • Toggle fullscreen video
  • Travis CI
  • LESS compilation
  • Basic component creation tests
  • README documentation
  • CHANGELOG file