Change the limit of MediaSize
//Change the maximum size (bytes) for uploading media (max 70MB) WPP.conn.setLimit('maxMediaSize',16777216); Copy
//Change the maximum size (bytes) for uploading media (max 70MB) WPP.conn.setLimit('maxMediaSize',16777216);
Change the limit of FileSize
//Change the maximum size (bytes) for uploading files (max 1GB) WPP.conn.setLimit('maxFileSize',104857600); Copy
//Change the maximum size (bytes) for uploading files (max 1GB) WPP.conn.setLimit('maxFileSize',104857600);
Change the limit of Share
//Change the maximum number of contacts that can be selected when sharing (Default 5) WPP.conn.setLimit('maxShare',100); Copy
//Change the maximum number of contacts that can be selected when sharing (Default 5) WPP.conn.setLimit('maxShare',100);
Change the limit of Status Video Duration
//Change the maximum time (seconds) of a video status WPP.conn.setLimit('statusVideoMaxDuration',120); Copy
//Change the maximum time (seconds) of a video status WPP.conn.setLimit('statusVideoMaxDuration',120);
Change the limit of Pin
//Remove pinned conversation limit (only whatsapp web) (Default 3) WPP.conn.setLimit('unlimitedPin',true); Copy
//Remove pinned conversation limit (only whatsapp web) (Default 3) WPP.conn.setLimit('unlimitedPin',true);
Change the limit of MediaSize