Skip to content

TypeScript SDK Reference / VideoSettingsUpdatedEvent

Interface: VideoSettingsUpdatedEvent

Event fired when the video settings have been updated. This occurs when the camera resolution or configuration changes.

Properties

settings

readonly settings: VideoSettings

The new video settings.


video

readonly video: HTMLVideoElement

The video element that was updated.