[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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."]]