plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias IsRoomActiveRes

    IsRoomActiveRes: Message<"plugnmeet.IsRoomActiveRes"> & {
        status: boolean;
        isActive: boolean;
        msg: string;
    }

    Type Declaration

    • status: boolean

      from field: bool status = 1;

    • isActive: boolean

      from field: bool is_active = 2;

    • msg: string

      from field: string msg = 3;

    from message plugnmeet.IsRoomActiveRes