Best Of
Re: Questions Regarding Viewer Log Retention and API Behavior After Group Removal
Thank you for your reply.
Re: Pull scheduled recording links for a course?
Hi Elaine,
You could do the following if you want recording that already completed:
- Get Course Folder ID: You'll need the folder GUID for each course
- Fetch Sessions: Call
GET /api/v1/folders/{folderId}/sessions
- Get Full Details (optional): For each session, call
GET /api/v1/sessions/{sessionId}
to get complete URL information - Extract Links: Pull the ViewerUrl from each session for sharing
Let me know if you have additional questions.
Thanks,
Adis
Re: API that can output the values registered in the “People and groups” and “Who can access this video.
Hi Misaki,
For the permissions based stuff you could use either SOAP or REST API to get some of the permission stuff you need.
SOAP API
https://your-panopto-server/Panopto/PublicAPI/4.0/AccessManagement.svc
GetSessionAccessDetails(AuthenticationInfo auth, Guid sessionId)
REST API
GET /api/v1/sessions/{sessionId}/permissions
I hope this helps. Let me know if you need details.
Thanks,
Adis
Re: Defining P1, P2 etc in session manifest file
Got it, thanks Adis - much appreciated.
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.