Hello Daniel, This function is useful when multipaged document is loaded to wb In this case you can clean each slide/page and not affect other work
Another difference from cleanWb: document on wb is not affected On Mon, Mar 16, 2020, 00:36 Daniel Baker <i...@collisiondetection.biz> wrote: > Hi Maxim, > > > Can you clarify what is meant by slide and how can identify slide > numbers ? > > > > cleanSlide > > @GET > @Path("/cleanslide/{roomid}/{wbid}/{slide}") public ServiceResult > <https://openmeetings.apache.org/openmeetings-db/apidocs/org/apache/openmeetings/db/dto/basic/ServiceResult.html?is-external=true> > cleanSlide​(@QueryParam("sid") String > <https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true> > sid, > @PathParam("roomid") long roomId, @PathParam("wbid") long wbId, > @PathParam("slide") int slide) > > This method will do the same as clean slide in the room (except for there > will be no UNDO) > Parameters: sid - - The SID of the User. This SID must be marked as > Loggedin roomId - - id of the room to clean wbId - - id of the white > board to clean *slide* *- - slide number (zero based)* Returns: - > serviceResult object with the result > > > Thanks, > > > Dan >