If I have the ID of a key how do I make it unavailable by using the API?
We are attempting to feign live streaming by making the recording unavailable x amount of time after the recording is ended. If I have the ID of a key how do I make it unavailable by using the API?
Best Answers
-
Kevin Baum Panopto Employee
Hi Martin,
Just to check do you mean you have the ID of a video or session in Panopto, and you would like to use the API to modify the availability settings on that video?
If so, we do currently offer two endpoints in our SOAP API that can modify the availability window for a specific video. You can use these endpoints to set when the video becomes available, or the end time after which a video is no longer available:
ISessionManagement.UpdateSessionsAvailabilityStartSettings
ISessionManagement.UpdateSessionsAvailabilityEndSettings
You can use the UpdateSessionsAvailabilityEndSettings SOAP API endpoint to set the date or time after which a video is no longer available to view.
I hope this helps. Please let me know if you have any other questions.
Thanks,
Kevin
0 -
Kevin Baum Panopto Employee
Hi Martin,
Although we are continuing to expand our REST API, including adding existing SOAP API functions to the REST API, we have no current plans to deprecate our SOAP API.
Please let me know if you have any other questions.
Thanks,
Kevin
0
Answers
Is there any near future plans for switching the from SOAP API to REST API? I'm curios as to how long this solution would work.