-
Notifications
You must be signed in to change notification settings - Fork 2
DataChannelEvent
Ajša Terko edited this page Nov 11, 2025
·
5 revisions
Event triggered when a text has been (un)successfully delivered.
event = { id: string, date: Date, delivered: boolean }Event triggered when a text has been received.
event = { text: string, from: Endpoint, isDirect: boolean, date: Date }Event triggered when a broadcast has been received. A broadcast is a message that is
sent to all conference or dialog participants with an open DataChannel by invoking
Calls API methods for conferences
and dialogs respectively.
Note: This event and its associated Calls API endpoints are deprecated. Please migrate to using the
MESSAGE_RECEIVDevent instead.
event = { text: string, date: Date }