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

    Type Alias ActiveRoomInfoResponse

    type ActiveRoomInfoResponse = {
        status: boolean;
        msg: string;
        room?: Room;
    }
    Index

    Properties

    Properties

    status: boolean
    msg: string
    room?: Room