Releases: PosInformatique/PosInformatique.Azure.Communication.UI.Blazor
Releases · PosInformatique/PosInformatique.Azure.Communication.UI.Blazor
v1.1.0
- Refactoring to separate the
CallAdapter
and theCallComposite
to reflect the architecture of the Communication UI Library.
This refactoring required now a service which will let the developer to create theCallAdapter
.
The events has been moved to theCallAdapter
. - 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
v1.0.0
- Initial version with the
CallComposite
component.