Uses of Enum Class
com.vonage.client.video.ArchiveMode
Packages that use ArchiveMode
-
Uses of ArchiveMode in com.vonage.client.video
Methods in com.vonage.client.video that return ArchiveModeModifier and TypeMethodDescriptionCreateSessionRequest.getArchiveMode()Defines whether the session will be automatically archived (ArchiveMode.ALWAYS) or not (ArchiveMode.MANUAL).static ArchiveModeReturns the enum constant of this class with the specified name.static ArchiveMode[]ArchiveMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.video with parameters of type ArchiveModeModifier and TypeMethodDescriptionCreateSessionRequest.Builder.archiveMode(ArchiveMode archiveMode) Call this method to determine whether the session will be automatically archived (ArchiveMode.ALWAYS) or not (ArchiveMode.MANUAL).