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

    Type Alias IsRoomActiveResponse

    type IsRoomActiveResponse = {
        status: boolean;
        is_active?: boolean;
        msg: string;
    }
    Index

    Properties

    Properties

    status: boolean
    is_active?: boolean
    msg: string