Skip to main content

Release Notes

Every customer-visible change on the developer portal, across Connect, Converse, Video Interaction, APIs, Integration, Analytics, Actions & Events, JaaS, Tech Partner, Administration, and Resolve. Aggregated by month, or regroup by product area. Each entry links to the relevant documentation.

📌 Sharing the latest? This month's releases → is a stable link that always shows the newest month.

All products
All channels
Showing 39 of 39

September 2026

6 updatesPermalink
ConnectWhatsAppAdded

WhatsApp Business App Coexistence

A new guide documents Coexistence — connecting a phone number that's already active in the WhatsApp Business app to the WhatsApp Business Platform (Cloud API) through 8x8 Connect or the ChatApps API, so both keep working on the same number at once. Your team can keep answering 1:1 chats from the mobile app while 8x8 Co…
JaaSFixed

JVB video bridge port requirement corrected

The technical requirements & whitelists(/jaas/docs/technical-requirements-whitelists) page previously listed TCP port 443 as required for JVB video bridges. That was inaccurate — JVB media only requires UDP port 10000, and TCP 443 is not a valid destination port for it. The Video Bridges section has been corrected acco…

August 2026

16 updatesPermalink
JaaSAdded

Override the TURN relay region

You can now pin a meeting's TURN relay to a specific region using the experimental iceServers option on the JitsiMeetExternalAPI constructor. This is separate from pinning the meeting to a regional data center: that controls where the media bridge (JVB) lives, while iceServers controls which TURN relay a participant's…
JaaSChanged

Prejoin page config option renamed

The Prejoin page guide(/jaas/docs/jaas-prefs-prejoin) now uses prejoinConfig.enabled in place of the retired prejoinPageEnabled option. The IFrame API checks each configOverwrite key against an allow-list and silently drops keys it doesn't recognize, so apps still setting prejoinPageEnabled: false were left with the pr…
ConnectLINEAdded

LINE channel documentation

The full LINE channel documentation is now published. LINE is the most popular chat app in Japan, Thailand, and Taiwan, and it reaches users through the same 8x8 Messaging Apps API and webhook envelope you already use for SMS, WhatsApp, Viber, and RCS.

July 2026

16 updatesPermalink
ConnectWhatsAppAdded

WhatsApp Automatic Events webhook

You can now receive WhatsApp Automatic Events webhooks — notifications sent when Meta detects a qualifying conversion event (a purchase or a lead) inside a WhatsApp thread that originated from a Click-to-WhatsApp ad. 8x8 forwards these detected events to your endpoint so you can feed conversion data into your own analy…
AnalyticsAdded

agentAverageTimeToAnswer metric

The agentAverageTimeToAnswer metric is now documented on the Work Analytics agent-activity endpoints. It is a timing metric, reported in seconds, and sits alongside the other agent timing metrics such as agentTotalTalkTime, averageTalkingInteractionsTime, averageOnHoldInteractionsTime, and averageWrapUpTime.
ConnectAPIsWhatsAppAdded

Business-Scoped User IDs (BSUID)

WhatsApp is rolling out optional usernames, which let people message a business without handing over their phone number. So that those users stay reachable, Meta gives every WhatsApp user a persistent Business-Scoped User ID (BSUID). 8x8 now surfaces the BSUID as user.channelUserId throughout the WhatsApp over 8x8 API.…
ConnectAPIsChanged

Outbound context on Outbound API v9

Outbound Messaging Apps delivery receipts on version 9 now carry additional context about the message they refer to. A new outboundContent object gives you a structured, channel-normalized copy of the WhatsApp message that was delivered, so you can reconcile a delivery receipt with the exact content sent without keepin…
ConnectAPIsWhatsAppAdded

WhatsApp Request Call Info

You can now check a customer's WhatsApp call permission status before you place a business-initiated call. Meta requires customers to explicitly grant permission before a business can call them on WhatsApp, and the new Get Call Permission Status endpoint tells you whether that permission is in place, whether you are cu…
ConnectAPIsAdded

Chat Apps inbound and outbound messaging

You can now follow end-to-end how-to documentation for sending and receiving Chat Apps messages on the 8x8 platform. The Chat Apps API lets you reach customers across supported channels — WhatsApp, Viber, RCS, LINE, and others — through a single message API, and receive their replies and delivery updates on the webhook…