Skip to content

Call View

  • File: src/features/events/partials/CallView.svelte

Overview

The in-call Pexip interface. Composes the video grid (PexipCallView), call controls, device/peripheral control, the participant roster, recording alert, navigator badges, and the meeting chat.

Core pieces

  • PexipCallView — video grid + participant/call controls.
  • CallControls — mute/camera/gallery/settings panel.
  • DeviceControl / PeripheralControl — remote device & peripheral control over the hub.
  • VideoControls — mic/video/camera/hang-up.
  • RecordingAlert + Navigators — status badges.
  • MessageView — meeting chat.

Realtime

  • SignalR /hubs/mobile for call/device events + WebRTC signaling.
  • Per-call WebSocket wss://.../calls/{eventId} for the participant roster.

Released under the MIT License.