SessionOptions: {
    videoHeight?: number;
    videoWidth?: number;
}

Type declaration

  • Optional videoHeight?: number

    Output video frame height in pixels. Provide together with videoWidth.

  • Optional videoWidth?: number

    Output video frame width in pixels. Provide together with videoHeight.