Skip to content

Commit

Permalink
Updates the release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Jun 11, 2024
1 parent e54f84c commit 942bfd0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Communication.UI.Blazor/Communication.UI.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@
<PackageProjectUrl>https://github.com/PosInformatique/PosInformatique.Azure.Communication.UI.Blazor</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
1.1.0
- Refactoring to separate the CallAdapter and the CallComposite to reflect the architecture of the Communication UI Library.
This refactoring required now a service which will let the developer to create the CallAdapter.
The events has been moved to the CallAdapter.
- The CallComposite have parameters to select the button to hide or display.
- Add the following APIs in the CallAdapter:
- LeaveCallAsync()
- MuteAsync()
- UnmuteAsync()
- StartScreenShareAsync()
- StopScreenShareAsync()
- Add the following events in the CallAdapter
- OnMicrophoneMuteChanged
- CallEnded

1.0.0
- Initial version with the CallComposite component.
</PackageReleaseNotes>
Expand Down

0 comments on commit 942bfd0

Please sign in to comment.