PosInformatique.Azure.Communication.UI.Blazor

Azure Communication Services UI Library for Blazor

MIT License

Stars
0
Committers
1

Bot releases are visible (Hide)

PosInformatique.Azure.Communication.UI.Blazor - v1.1.0

Published by GillesTourreau 4 months ago

  • 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

Nuget package

PosInformatique.Azure.Communication.UI.Blazor - v1.0.0 Latest Release

Published by GillesTourreau 5 months ago

  • Initial version with the CallComposite component.

Nuget package

Related Projects