Skip to content

Commit 942bfd0

Browse files
Updates the release notes.
1 parent e54f84c commit 942bfd0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/Communication.UI.Blazor/Communication.UI.Blazor.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111
<PackageProjectUrl>https://github.com/PosInformatique/PosInformatique.Azure.Communication.UI.Blazor</PackageProjectUrl>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<PackageReleaseNotes>
14+
1.1.0
15+
- Refactoring to separate the CallAdapter and the CallComposite to reflect the architecture of the Communication UI Library.
16+
This refactoring required now a service which will let the developer to create the CallAdapter.
17+
The events has been moved to the CallAdapter.
18+
- The CallComposite have parameters to select the button to hide or display.
19+
- Add the following APIs in the CallAdapter:
20+
- LeaveCallAsync()
21+
- MuteAsync()
22+
- UnmuteAsync()
23+
- StartScreenShareAsync()
24+
- StopScreenShareAsync()
25+
- Add the following events in the CallAdapter
26+
- OnMicrophoneMuteChanged
27+
- CallEnded
28+
1429
1.0.0
1530
- Initial version with the CallComposite component.
1631
</PackageReleaseNotes>

0 commit comments

Comments
 (0)