Appearance
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/onMeetingEventon the SignalR hub. - Accept/cancel flows call the hub (
acceptCall,cancelCall). - Also renders the system-notice banner (
NotificationBanner) handled bymarkNotificationAsSeen.