There is a api to get current presentation but it would be great if we have hook to get list of all uploaded presentation and also method to change current presentation by id
something like
const { currentPresentation, presentations, changePresentation } = usePresentation();
There is a api to get current presentation but it would be great if we have hook to get list of all uploaded presentation and also method to change current presentation by id
something like
const { currentPresentation, presentations, changePresentation } = usePresentation();