declare type EndBehavior = { behavior: EndBehaviorType.Manual;} | { behavior: EndBehaviorType.AfterSilence | EndBehaviorType.AfterInactivity; duration: number;};
No summary provided.