Search...

EndBehavior

No summary provided.
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;
};