type property.
type | Description | Additional properties |
|---|---|---|
callUpdate | A call has changed state | call |
userMediaError | The browser does not have permission to access media devices | error |
Examples
Usage with TelnyxRTC Client .on:
Data structure
The notification structure is determined by itstype.
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.errortype
• type:string
Identifies the event case.