Interface VideoFxPaths

An interface to define the asset paths that will be loaded from CDN for video effects during meeting

interface VideoFxPaths {
    cdnBasePath: string;
    fxLibPath: string;
    workerPath: string;
}

Properties

cdnBasePath: string

Base path for CDN

fxLibPath: string

Path to the library responsible for managing and applying video effects like background blur or replacement.

workerPath: string

Path to the web worker that will be processing video frames