Skip to content

Notification

  • File: src/features/notification/index.svelte (+ NotificationBanner.svelte, svc/)

Overview

Global incoming-call notification system mounted in the secure layout. On hub events (onNewCall, onEndCall, onMeetingEvent) it plays the ringtone/buzz and shows an accept/cancel call overlay.

Behavior

  • Listens for onNewCall / onEndCall / onMeetingEvent on the SignalR hub.
  • Accept/cancel flows call the hub (acceptCall, cancelCall).
  • Also renders the system-notice banner (NotificationBanner) handled by markNotificationAsSeen.

Released under the MIT License.