Search...

EndBehavior

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

No summary provided.