Skip to main content

Session Viewer

A component for viewing and interacting with proctoring sessions

Element Type

proctoring/session-viewer

Usage

React Integration

JavaScript Integration

Configuration

Input Parameters

The following parameters can be passed in the config object:

Supporting Types

The following types are referenced by the input parameters above:

Examples

Basic Example

API Reference

Element Methods

  • mount(selector) - Mount element to DOM
  • openModal(options) - Open element in modal
  • destroy() - Clean up and destroy element
  • postMessage(data) - Send message to element
  • on(event, callback) - Listen for events
  • off(event, callback) - Remove event listener
  • width - Modal width (string or number)
  • height - Modal height (string or number)
  • maxWidth - Maximum width constraint
  • maxHeight - Maximum height constraint
  • dismissOnDocumentClick - Close on backdrop click
  • escapeClose - Close on Escape key
  • zIndex - Modal z-index value

This documentation was auto-generated from the element schema.