Best Of
Is there any Documentation on the Update Path from LTI 1.1 Integration to LTI 1.3
Hello,
im currently in the process of upgrading my moodle site from version 4.1 to version 4.5 (newest LTS). In this process we need to switch our editor from atto to the new tinyMCE editor.
Currently we are using the Panopto atto button for LTI integration of Panopto videos directly into our Moodle courses.
The new tiny_panoptoltibutton Plugin seemingly does not work anymore with our current LTI 1.1 connection. We have currently three configured external tools (LTI 1.1) to accommodate for
- Embedding LTI video links in our courses
- Embed Panopto course folders into our Moodle courses
- Enable Panopto student submission folders/acitivity in Moodle
On a Moodle test installation with a separate identity provider in panopto I tried to change the preconfigured tool for Panopto LTI links from 1.1 to 1.3. But this seemingly creates problems with the older LTI 1.1 integrations for example for the student video submission.
Is there any documentation on how to perform the LTI1.3 update safely without loosing any features or breaking the connections e.g. the student submission folder?
Any helpful hints are greatly appreciated
David
Re: Bulk Delete Autocaptions
Glad I was able to help!
For what it's worth, I also think that having some bulk actions available for removing caption lines would be helpful in some situations so I gave this an upvote 😊
Re: Bulk delete empty folders from past terms
Yes please!! I have hundreds of empty folders from 7+ years ago.. How do we get rid of them?
Re: Bulk delete empty folders from past terms
Yes, on batch deleting folders in the same way we can batch delete recordings (click the checkbox next to each folder just like checkbox next to recordings) and a retention period at folder level! Please!
Re: Bulk delete empty folders from past terms
I agree having a way to bulk delete unused folders will help us clean up our Panopto environment and make it easier for the instructors to find their correct folders.
Re: Can the Panopto API be used to identify whether a recording has captions?
Hello TEL,
This is possible using our REST APIs. This is how you can achieve it:
You may request information about a session using a GET call tohttps://<your-site>/Panopto/api/v1/sessions/{id}
, where id
is the video/recording ID.
Then filter the results using the CaptionDownloadUrl
parameter. The sessions that have captions available have this parameter set on them.
Regards,
Aish
Re: Extend the GetSessionList SOAP API to allow for the retrieval of archived sessions
Hello,
I was wondering if there have been any updates or improvements regarding this feature.
Would it be possible to know when we might expect to hear more about it?
Which report should I download to get a list of archived sessions?
(https://support.panopto.com/s/article/System-Usage-Report-Fields)
Thank you in advance!
Re: How do I revoke ViewerWithLink access using the API?
Hello Jonathan,
I will file an internal work item for supporting RevokeUsersViewerAccessFromSession with a ViewerWithLink access role. Currently this is not supported by any of the SOAP API endpoints. Neither can you differentiate the two roles returned by GetSessionAccessDetails unless an exception is thrown by ViewerWithLink while revoking the permission.
Also, please could you specify the error you get while using RevokeUsersAccessFromFolder?
Best,
Aish
Re: Panopto's sample upload code seems to be broken.
Is there any plan for Panopto to modify your service to actually accept the checksum headers? They sound like a good idea to ensure the validity of the upload.