Variable streamingEndpointingOptionsConst

streamingEndpointingOptions: {
    alpha: 0.9;
    maxDelay: 2500;
    minDelay: 300;
    mode: "fixed";
} = ...

Tighter endpointing defaults used when the turn detector is a streaming ("audio model") detector. Keys the caller does not provide fall back to these instead of the legacy defaultEndpointingOptions.

Type declaration

  • Readonly alpha: 0.9
  • Readonly maxDelay: 2500
  • Readonly minDelay: 300
  • Readonly mode: "fixed"