{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreia4jjyw6r3bifblucrsm4ipdu5uls4uaaav7wvxvkzxvnu3shyws4",
    "uri": "at://did:plc:6wpza5rzzdrlesihm2bf6fir/app.bsky.feed.post/3mltziqkys5q2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreiewlyrmo6zaebtszkmh2lhyxgtw7ggruwwxexm4vzlsic5rlxghwa"
    },
    "mimeType": "image/png",
    "size": 144898
  },
  "path": "/2026/05/voip-native-visibility-telecom-alpha.html",
  "publishedAt": "2026-05-14T20:00:00.000Z",
  "site": "https://android-developers.googleblog.com",
  "tags": [
    "CallsManager",
    "here",
    "https://github.com/android/platform-samples/tree/main/samples/connectivity/telecom",
    "release notes",
    "documentation",
    "Telecom Sample Dialer app"
  ],
  "textContent": "_Posted by Nataraj KR, Android Developer Relations Engineer_\n\n\n\n\nThe initial launch of the Jetpack Telecom library introduced **CallsManager** , replacing the legacy `ConnectionService` API to simplify VoIP integration. CallsManager streamlines call lifecycle management and audio routing while enabling interactions with remote surfaces like smartwatches, Bluetooth devices, and Android Auto. Additionally, it supports call extensions for richer features—such as participant handling, custom icons, call silencing and meeting summary on remote surfaces—all while maintaining backward compatibility down to Android O (API Level 26).\n\nBuilding on this foundation, **Jetpack Telecom v1.1.0** brings native-level visibility and convenience to third-party VoIP apps. This latest release introduces powerful new capabilities, including unified call history, call log exclusion, and native callback functionality, making call management more seamless than ever for users.\n\nHere is a closer look at what’s new and how you can implement these features in your applications.\n\n### Bridging the Dialer Gap: Unified Call History and Callbacks\n\nHistorically, users have had to open individual third-party apps to view their VoIP call history or return a missed call. With the new integrated call logging feature, system dialer apps can now surface call logs directly from third-party VoIP apps.\n\nEven better, users can now initiate a callback to a VoIP contact straight from their native system dialer, streamlining the communication experience.\n\n**How it works:**\n\nTo opt-in to this feature, do the following:\n\n  * **Register for Callbacks:** Your VoIP app must register a new system-protected intent: `TelecomManager.ACTION_CALL_BACK`.\n  * **Log the Call:** Use `TelecomManager.addCall` (or related Jetpack APIs) to ensure the system automatically logs the call.\n  * **Manage Call IDs:** When a call is registered, `CallControlScope.getCallId` provides a unique UUID. The system dialer uses this exact `TelecomManager.EXTRA_UUID` when creating the callback intent.\n  * **Initiate the Callback:** Your application must store and manage the call details associated with this UUID. When the system dialer fires the callback intent with the `EXTRA_UUID`, your app can seamlessly resolve the ID and initiate the call with the correct details.\n\n\n\n\n\n\n\n\n\n### Fine-Grained Control: Call Log Exclusion\n\nWe recognize that not every VoIP call should be visible in the system's native dialer history. Whether for privacy reasons, ephemeral communication, or app-specific behavior, you need control over what gets surfaced.\n\nTo address this, we are introducing **Call Log Exclusion**. You can now prevent specific calls from being logged into the system call logs by setting the `isLogExcluded` boolean to true within `CallAttributesCompat`. By configuring this flag, the call remains completely hidden from the system logs, and the native dialer will not display it.\n\n**Important Note on Compatibility**\nThese integrated logging and callback features are available for devices running Android 16.1 (SDK 36.1) and higher. Refer here to compile your app with Android SDK 36.1.\n\n### Get Started\n\nWe encourage developers to test these integrations and explore how unified call history and callbacks can improve the daily user experience of your VoIP applications.\n\nTo help you get started and see these APIs in action, we have put together a sample application demonstrating the new integrations.\n\nView the sample app here: https://github.com/android/platform-samples/tree/main/samples/connectivity/telecom\n\nCheck out the release notes and documentation to start implementing these features today!\n\n**Note:** Although Jetpack Telecom v1.1.0 APIs are accessible for integration, the system dialer's ability to render native call logs is being introduced in phases, beginning with Google Meet. To safeguard against spam, native dialers utilize secure package allowlists to control VoIP display. For local testing of your callback and logging implementations, we recommend using the open-source Telecom Sample Dialer app as your emulator environment.",
  "title": "Bring Native Visibility to Your VoIP App Experience with Telecom's Latest Alpha",
  "updatedAt": "2026-05-14T20:00:44.981Z"
}