PollingOptions: {
    pollingInterval?: number;
    pollingTimeout?: number;
}

Options for polling.

Type declaration

  • OptionalpollingInterval?: number

    The amount of time to wait between polling requests.

    3000 or every 3 seconds
    
  • OptionalpollingTimeout?: number

    The maximum amount of time to wait for the transcript to be ready.

    -1 which means wait forever