@vpalmisano/webrtcperf-js
    Preparing search index...

    Variable configConst

    config: {
        AUDIO_URL: string;
        GET_CAPABILITIES_DISABLED_VIDEO_CODECS: string[];
        GET_DISPLAY_MEDIA_CROP: string;
        MEDIA_URL: string;
        SAVE_MEDIA_URL: string;
        START_TIMESTAMP: number;
        VIDEO_FRAMERATE: number;
        VIDEO_HEIGHT: number;
        VIDEO_URL: string;
        VIDEO_WIDTH: number;
        WEBRTC_PERF_INDEX: number;
        WEBRTC_PERF_URL: string;
    } = ...

    Configuration for the webrtcperf tool.

    Type declaration

    • AUDIO_URL: string

      The URL of the fake media (audio track only).

    • GET_CAPABILITIES_DISABLED_VIDEO_CODECS: string[]

      List of video codecs to disable overriding the SDP capabilities.

    • GET_DISPLAY_MEDIA_CROP: string

      The crop target for the getDisplayMedia call.

    • MEDIA_URL: string

      The URL of the fake media.

    • SAVE_MEDIA_URL: string

      The URL of the WebSocket server to save the the media content.

    • START_TIMESTAMP: number

      The timestamp of the start of the webrtcperf test or the page load timestamp.

    • VIDEO_FRAMERATE: number

      The frame rate of the fake video.

    • VIDEO_HEIGHT: number

      The height of the fake video.

    • VIDEO_URL: string

      The URL of the fake media (video track only).

    • VIDEO_WIDTH: number

      The width of the fake video.

    • WEBRTC_PERF_INDEX: number

      The index of the webrtcperf participant.

    • WEBRTC_PERF_URL: string

      The page URL of the webrtcperf test.