File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
src/Communication.UI.Blazor Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 11
11
<PackageProjectUrl >https://github.com/PosInformatique/PosInformatique.Azure.Communication.UI.Blazor</PackageProjectUrl >
12
12
<PackageReadmeFile >README.md</PackageReadmeFile >
13
13
<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
+
14
29
1.0.0
15
30
- Initial version with the CallComposite component.
16
31
</PackageReleaseNotes >
You can’t perform that action at this time.
0 commit comments