plugNmeet JS SDK - v1.4.1
    Preparing search index...

    Type Alias FetchAnalyticsResponse

    type FetchAnalyticsResponse = {
        status: boolean;
        msg: string;
        result?: FetchAnalyticsResult;
    }
    Index

    Properties

    Properties

    status: boolean
    msg: string