Back to skills

azure-communication-callingserver-java

workflows

Legacy Java SDK for Azure Communication Services call management, now deprecated in favor of azure-communication-callautomation. Covers the original CallingServerClient API surface including call reco

Setup & Installation

npx skills add https://github.com/microsoft/azure-communication-callingserver-java --skill azure-communication-callingserver-java
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-communication-callingserver-java
View on GitHub

What This Skill Does

Legacy Java SDK for Azure Communication Services call management, now deprecated in favor of azure-communication-callautomation. Covers the original CallingServerClient API surface including call recording, participant management, and server call operations. Only relevant when maintaining existing code built on the beta releases. Instead of digging through archived Azure SDK changelogs to understand what changed and why, this skill maps the old API directly to its replacement so you can maintain or migrate legacy code without guessing.

When to use it

  • Working with azure communication callingserver java functionality
  • Implementing azure communication callingserver java features
  • Debugging azure communication callingserver java related issues