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

    Type Alias FetchRoomsInfoResponse

    type FetchRoomsInfoResponse = {
        status: boolean;
        msg: string;
        result?: PastRoomInfoResult;
    }
    Index

    Properties

    Properties

    status: boolean
    msg: string