संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
बेहतरीन वीडियो और ऑडियो अनुभव देने के लिए, Telecom Jetpack लाइब्रेरी का इस्तेमाल करें
आपके उपयोगकर्ता. Telecom फ़्रेमवर्क के साथ, आपको कॉल और नोटिफ़िकेशन मिलते हैं
मैनेजमेंट, फ़ोरग्राउंड सपोर्ट वगैरह. नई Jetpack लाइब्रेरी में सहायता मिलती है
इसके लिए:
कॉल स्ट्रीमिंग और ट्रांसफ़र
Android Auto और Wear OS इंटिग्रेशन
पुराने सिस्टम के साथ काम करने की सुविधा
Telecom लाइब्रेरी की मदद से, कॉलिंग ऐप्लिकेशन बनाने के बारे में ज़्यादा जानने के लिए,
टेलीकॉम गाइड पढ़ें.
YouTube पर काम करने वाले टेलिकॉम डिवाइस
Android 7 (एपीआई लेवल 21) और इसके बाद के वर्शन में, ज़्यादातर फ़ोन में Telecom की सुविधा इस्तेमाल की जा सकती है
फ़्रेमवर्क के बारे में बताया गया है और सिम आधारित फ़ोन कॉल के लिए इसे इस्तेमाल किया जा सकता है. डिवाइसों के लिए
टैबलेट की तरह, जिनमें पारंपरिक रूप से टेलीफ़ोनी को लागू करने की ज़रूरत नहीं होती.
Android 14 (एपीआई लेवल 34) में नई ज़रूरी शर्तें जोड़ी गई हैं. इनके तहत,
VoIP के साथ काम करने वाले टैबलेट के लिए टेलिकॉम फ़्रेमवर्क लागू करना.
PackageManager का इस्तेमाल करके देखें कि इस डिवाइस पर Telecom की सुविधा काम करती है या नहीं:
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],[],null,["# Build a calling app\n\nUse the Telecom Jetpack library to offer the best video and audio experiences to\nyour users. With the Telecom framework, you get call and notification\nmanagement, foreground support and more. The new Jetpack library adds support\nfor:\n\n- Call streaming and transfer\n- Android Auto and Wear OS integration\n- Backward compatibility\n\nTo learn more about how to build a calling app with the Telecom library, check\nout the [Telecom](/guide/topics/connectivity/telecom/voip-app/telecom) guide.\n\nSupported telecom devices\n-------------------------\n\nStarting with Android 7 (API level 21), most phones support the Telecom\nframework, and they must do so for SIM-based phone calls to work. For devices\nlike tablets, which don't traditionally require a Telephony implementation,\nAndroid 14 (API level 34) introduces new requirements that mandate a proper\nTelecom framework implementation for tablets that support VoIP.\n\nUse `PackageManager` to see if the device supports Telecom: \n\n packagemanager.hasSystemFeature(PackageManager.FEATURE_TELECOM)\n\n| **Note:** Non-Telecom based devices don't support other platforms such as Wear OS."]]