skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

azure-communication-callingserver-java

CallingServer legacy SDK

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill azure-communication-callingserver-java

Overview

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.

Application

When to use this Skill

Documentation

Show Skills.md file

Azure Communication CallingServer (Java) - DEPRECATED

⚠️ DEPRECATED: This SDK has been renamed to Call Automation. For new projects, use azure-communication-callautomation instead. This skill is for maintaining legacy code only.

Migration to Call Automation

<!-- OLD (deprecated) -->
<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-communication-callingserver</artifactId>
    <version>1.0.0-beta.5</version>
</dependency>

<!-- NEW (use this instead) -->
<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-communication-callautomation</artifactId>
    <version>1.6.0</version>
</dependency>

Class Name Changes

| CallingServer (Old) | Call Automation (New) |

Lines 1 - 25 of 85

Recommendations

Explore other random skills

All skillsMy patterns