{"id":"fb05484b-58ad-4c9f-b460-96fe8c603e45","shortId":"u3HJ3f","kind":"skill","title":"azure-communication-callingserver-java","tagline":"⚠️ 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.","description":"# Azure Communication CallingServer (Java) - DEPRECATED\n\n> **⚠️ 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.\n\n## Migration to Call Automation\n\n```xml\n<!-- OLD (deprecated) -->\n<dependency>\n    <groupId>com.azure</groupId>\n    <artifactId>azure-communication-callingserver</artifactId>\n    <version>1.0.0-beta.5</version>\n</dependency>\n\n<!-- NEW (use this instead) -->\n<dependency>\n    <groupId>com.azure</groupId>\n    <artifactId>azure-communication-callautomation</artifactId>\n    <version>1.6.0</version>\n</dependency>\n```\n\n## Class Name Changes\n\n| CallingServer (Old) | Call Automation (New) |\n|---------------------|----------------------|\n| `CallingServerClient` | `CallAutomationClient` |\n| `CallingServerClientBuilder` | `CallAutomationClientBuilder` |\n| `CallConnection` | `CallConnection` (same) |\n| `ServerCall` | Removed - use `CallConnection` |\n\n## Legacy Client Creation\n\n```java\n// OLD WAY (deprecated)\nimport com.azure.communication.callingserver.CallingServerClient;\nimport com.azure.communication.callingserver.CallingServerClientBuilder;\n\nCallingServerClient client = new CallingServerClientBuilder()\n    .connectionString(\"<connection-string>\")\n    .buildClient();\n\n// NEW WAY\nimport com.azure.communication.callautomation.CallAutomationClient;\nimport com.azure.communication.callautomation.CallAutomationClientBuilder;\n\nCallAutomationClient client = new CallAutomationClientBuilder()\n    .connectionString(\"<connection-string>\")\n    .buildClient();\n```\n\n## Legacy Recording\n\n```java\n// OLD WAY\nStartRecordingOptions options = new StartRecordingOptions(serverCallId)\n    .setRecordingStateCallbackUri(callbackUri);\n\nStartCallRecordingResult result = client.startRecording(options);\nString recordingId = result.getRecordingId();\n\nclient.pauseRecording(recordingId);\nclient.resumeRecording(recordingId);\nclient.stopRecording(recordingId);\n\n// NEW WAY - see azure-communication-callautomation skill\n```\n\n## For New Development\n\n**Do not use this SDK for new projects.** \n\nSee the `azure-communication-callautomation-java` skill for:\n- Making outbound calls\n- Answering incoming calls\n- Call recording\n- DTMF recognition\n- Text-to-speech / speech-to-text\n- Adding/removing participants\n- Call transfer\n\n## Trigger Phrases\n\n- \"callingserver legacy\", \"deprecated calling SDK\"\n- \"migrate callingserver to callautomation\"\n\n## When to Use\nThis skill is applicable to execute the workflow or actions described in the overview.\n\n## Limitations\n- Use this skill only when the task clearly matches the scope described above.\n- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.\n- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.","tags":["azure","communication","callingserver","java","antigravity","awesome","skills","sickn33","agent-skills","agentic-skills","ai-agent-skills","ai-agents"],"capabilities":["skill","source-sickn33","skill-azure-communication-callingserver-java","topic-agent-skills","topic-agentic-skills","topic-ai-agent-skills","topic-ai-agents","topic-ai-coding","topic-ai-workflows","topic-antigravity","topic-antigravity-skills","topic-claude-code","topic-claude-code-skills","topic-codex-cli","topic-codex-skills"],"categories":["antigravity-awesome-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/sickn33/antigravity-awesome-skills/azure-communication-callingserver-java","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add sickn33/antigravity-awesome-skills","source_repo":"https://github.com/sickn33/antigravity-awesome-skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 34928 github stars · SKILL.md body (2,889 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-24T18:50:29.362Z","embedding":null,"createdAt":"2026-04-18T21:32:12.481Z","updatedAt":"2026-04-24T18:50:29.362Z","lastSeenAt":"2026-04-24T18:50:29.362Z","tsv":"'1.0.0':73 '1.6.0':80 'action':227 'adding/removing':200 'answer':185 'applic':221 'ask':265 'autom':14,45,66,87 'azur':2,20,32,51,70,77,158,176 'azure-communication-callautom':19,50,76,157 'azure-communication-callautomation-java':175 'azure-communication-callingserv':69 'azure-communication-callingserver-java':1 'beta.5':74 'boundari':273 'buildclient':116,128 'call':13,44,65,86,184,187,188,202,209 'callautom':22,53,79,160,178,214 'callautomationcli':90,123 'callautomationclientbuild':92,126 'callbackuri':140 'callconnect':93,94,99 'callingserv':4,34,72,84,206,212 'callingservercli':89,111 'callingserverclientbuild':91,114 'chang':83 'clarif':267 'class':81 'clear':240 'client':101,112,124 'client.pauserecording':148 'client.resumerecording':150 'client.startrecording':143 'client.stoprecording':152 'code':30,61 'com.azure':68,75 'com.azure.communication.callautomation.callautomationclient':120 'com.azure.communication.callautomation.callautomationclientbuilder':122 'com.azure.communication.callingserver.callingserverclient':108 'com.azure.communication.callingserver.callingserverclientbuilder':110 'communic':3,21,33,52,71,78,159,177 'connectionstr':115,127 'creation':102 'criteria':276 'deprec':6,36,37,106,208 'describ':228,244 'develop':164 'dtmf':190 'environ':256 'environment-specif':255 'execut':223 'expert':261 'import':107,109,119,121 'incom':186 'input':270 'instead':23,54 'java':5,35,103,131,179 'legaci':29,60,100,129,207 'limit':232 'maintain':28,59 'make':182 'match':241 'migrat':63,211 'miss':278 'name':82 'new':16,47,88,113,117,125,136,154,163,171 'old':85,104,132 'option':135,144 'outbound':183 'output':250 'overview':231 'particip':201 'permiss':271 'phrase':205 'project':17,48,172 'recognit':191 'record':130,189 'recordingid':146,149,151,153 'remov':97 'renam':11,42 'requir':269 'result':142 'result.getrecordingid':147 'review':262 'safeti':272 'scope':243 'sdk':8,39,169,210 'see':156,173 'servercal':96 'servercallid':138 'setrecordingstatecallbackuri':139 'skill':25,56,161,180,219,235 'skill-azure-communication-callingserver-java' 'source-sickn33' 'specif':257 'speech':195,197 'speech-to-text':196 'startcallrecordingresult':141 'startrecordingopt':134,137 'stop':263 'string':145 'substitut':253 'success':275 'task':239 'test':259 'text':193,199 'text-to-speech':192 'topic-agent-skills' 'topic-agentic-skills' 'topic-ai-agent-skills' 'topic-ai-agents' 'topic-ai-coding' 'topic-ai-workflows' 'topic-antigravity' 'topic-antigravity-skills' 'topic-claude-code' 'topic-claude-code-skills' 'topic-codex-cli' 'topic-codex-skills' 'transfer':203 'treat':248 'trigger':204 'use':18,49,98,167,217,233 'valid':258 'way':105,118,133,155 'workflow':225 'xml':67","prices":[{"id":"b796eef4-fbef-4a72-969b-d24d9b17646e","listingId":"fb05484b-58ad-4c9f-b460-96fe8c603e45","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"sickn33","category":"antigravity-awesome-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:32:12.481Z"}],"sources":[{"listingId":"fb05484b-58ad-4c9f-b460-96fe8c603e45","source":"github","sourceId":"sickn33/antigravity-awesome-skills/azure-communication-callingserver-java","sourceUrl":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/azure-communication-callingserver-java","isPrimary":false,"firstSeenAt":"2026-04-18T21:32:12.481Z","lastSeenAt":"2026-04-24T18:50:29.362Z"}],"details":{"listingId":"fb05484b-58ad-4c9f-b460-96fe8c603e45","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"sickn33","slug":"azure-communication-callingserver-java","github":{"repo":"sickn33/antigravity-awesome-skills","stars":34928,"topics":["agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity","antigravity-skills","claude-code","claude-code-skills","codex-cli","codex-skills","cursor","cursor-skills","developer-tools","gemini-cli","gemini-skills","kiro","mcp","skill-library"],"license":"mit","html_url":"https://github.com/sickn33/antigravity-awesome-skills","pushed_at":"2026-04-24T06:41:17Z","description":"Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.","skill_md_sha":"3e50dcb9bc649e65d4cd24e10da0bfb8acff02b9","skill_md_path":"skills/azure-communication-callingserver-java/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/azure-communication-callingserver-java"},"layout":"multi","source":"github","category":"antigravity-awesome-skills","frontmatter":{"name":"azure-communication-callingserver-java","description":"⚠️ 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."},"skills_sh_url":"https://skills.sh/sickn33/antigravity-awesome-skills/azure-communication-callingserver-java"},"updatedAt":"2026-04-24T18:50:29.362Z"}}