Zoom Meeting SDK for Web - Component View
    Preparing search index...

    Type Alias ExecutedResult

    ExecutedResult: Promise<string | ExecutedFailure>

    The result of asynchronous operation. It is a promise object.

    • '': Success
    • ExecutedFailure: Failure. Use .catch(error=>{}) or try{ *your code* }catch(error){} to handle the errors.