Skip to main content
An event dispatched by Telnyx to notify the client of changes to the session or call. The conditions of the event can be identified by the type property. Examples Usage with TelnyxRTC Client .on:

Data structure

The notification structure is determined by its type.

callUpdate

userMediaError

Apialias Notification

Hierarchy

  • Omit<INotificationEventData, "call"> INotification

Table of contents

Properties

Properties

call

Optional call: Call The current call. Reference this call state to update your UI. See Call documentation.

error

Optional error: Error Error from the userMediaError event. Check your audio and video constraints for browser support.

Overrides

Omit.error

type

type: string Identifies the event case.

Overrides

Omit.type