Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

60 lines (39 loc) · 1.34 KB

Changelog

All notable changes to the OpenVidu Flutter project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Initial planning and design.

[0.0.1] - 2024-05-20

Added

  • Participant names are now displayed for each remote participant.
  • Managing changes in the flow of remote participants.
  • The status of the participant's microphone and camera is displayed.

[0.0.2] - 2024-05-20

  • Fixed Warnings

[0.0.3] - 2024-05-20

  • Image url fixed

[0.0.4] - 2024-05-20

  • Refactorizations

[0.0.5] - 2024-05-20

  • Fixed homepage url

[0.0.6] - 2024-05-21

  • Added support for bad certificate

[0.0.7] - 2024-05-21

  • Added support for a customClient in websocket

[0.0.8] - 2024-05-21

  • Added some documentation

[0.0.9] - 2024-05-21

  • Added chat support and chat screen in the example

[0.0.10] - 2024-05-22

  • Upgrade intl dependency.
  • Chat button is always visible now.
  • ChatBubble can be customized according to the user.

[0.0.11] - 2024-05-24

  • Added isReaded flag to Message object.
  • Added onAddRemoteParticipant to the Session object.

[0.0.12] - 2024-08-19

  • Support up-to-date dependencies

Changed

Deprecated

Removed

Fixed

Security