azure-communication-callingserver-java
الترحيل من Azure CallingServer إلى Call Automation
تساعد هذه المهارة المطوّرين في الترحيل من Azure Communication CallingServer Java SDK المهمل إلى Call Automation SDK الجديد، مما يضمن استمرار تكاملات الأنظمة القديمة في العمل مع تمكين الميزات الجديدة.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "azure-communication-callingserver-java". How do I migrate from azure-communication-callingserver to azure-communication-callautomation?
النتيجة المتوقعة:
Replace the dependency from azure-communication-callingserver (version 1.0.0-beta.5) to azure-communication-callautomation (version 1.6.0). Update your imports from com.azure.communication.callingserver to com.azure.communication.callautomation. Replace CallingServerClient with CallAutomationClient and CallingServerClientBuilder with CallAutomationClientBuilder.
استخدام "azure-communication-callingserver-java". What replaced CallingServerClient in the new SDK?
النتيجة المتوقعة:
CallingServerClient was replaced by CallAutomationClient. The builder pattern remains similar but uses CallAutomationClientBuilder instead of CallingServerClientBuilder.
التدقيق الأمني
آمنStatic analysis flagged 17 potential issues. All findings are false positives: (1) 'external_commands' triggered by markdown code blocks using backticks (`) - no shell execution present; (2) 'weak cryptographic algorithm' triggered by generic words like 'execute' in documentation. This is a documentation-only skill providing SDK migration guidance with no executable code.
مشكلات متوسطة المخاطر (1)
مشكلات منخفضة المخاطر (1)
درجة الجودة
ماذا يمكنك بناءه
ترحيل SDK القديم
المطوّر الذي يعمل مع تكامل azure-communication-callingserver الحالي يحتاج إلى الترحيل إلى Call Automation SDK الجديد
فهم الإهمال
القائد التقني الذي يقيم جهد الترحيل للفرق التي تستخدم CallingServer SDK المهمل
دليل المرجع
المطوّر الذي يبحث عن تعيينات أسماء الفئات والتغييرات في API بين إصدارات SDK القديمة والجديدة
جرّب هذه الموجهات
How do I migrate from azure-communication-callingserver to azure-communication-callautomation in Java?
What are the changes needed for CallingServerClientBuilder to CallAutomationClientBuilder?
How do I update my recording code from the deprecated StartRecordingOptions to the new Call Automation recording API?
What are all the class name changes and API differences between the deprecated CallingServer SDK and the Call Automation SDK for Java?
أفضل الممارسات
- Migrate to azure-communication-callautomation for new projects - the CallingServer SDK is deprecated
- Review the trigger phrases ("callingserver legacy", "deprecated calling SDK") to activate this skill appropriately
- Use this skill alongside the azure-communication-callautomation-java skill for complete migration guidance
تجنب
- Do not use this SDK for new development - it is deprecated and will not receive updates
- Do not mix CallingServer and CallAutomation classes in the same application
- Do not assume ServerCall class exists in the new SDK - it was removed