Uses of Class
com.vonage.client.video.Archive
Packages that use Archive
-
Uses of Archive in com.vonage.client.video
Methods in com.vonage.client.video that return ArchiveModifier and TypeMethodDescriptionArchive.Builder.build()Builds the Archive object with this builder's settings.VideoClient.createArchive(Archive request) Create a new archive.static ArchiveCreates an instance of this class from a JSON payload.VideoClient.getArchive(String archiveId) Retrieve information about a specific archive.VideoClient.stopArchive(String archiveId) Archives stop recording after 4 hours (14,400 seconds), or 60 seconds after the last client disconnects from the session, or 60 minutes after the last client stops publishing.Methods in com.vonage.client.video that return types with arguments of type ArchiveModifier and TypeMethodDescriptionVideoClient.listArchives()List all archives in the application.VideoClient.listArchives(ListStreamCompositionsRequest request) List all archives in the application.Methods in com.vonage.client.video with parameters of type ArchiveModifier and TypeMethodDescriptionVideoClient.createArchive(Archive request) Create a new archive.