Type alias VideoSubscriptionParams

VideoSubscriptionParams: {
    maxResolution?: Resolution;
    renderElement?: HTMLVideoElement;
}

The subscription parameters for a video track.

Type declaration

  • Optional maxResolution?: Resolution

    The maximum resolution for the video track.

  • Optional renderElement?: HTMLVideoElement

    The HTML element to render the video track to.

Generated using TypeDoc