Uses of Enum Class
com.vonage.client.video.ScreenLayoutType
Packages that use ScreenLayoutType
-
Uses of ScreenLayoutType in com.vonage.client.video
Methods in com.vonage.client.video that return ScreenLayoutTypeModifier and TypeMethodDescriptionstatic ScreenLayoutTypeScreenLayoutType.fromString(String value) StreamCompositionLayout.getScreenshareType()StreamCompositionLayout.getType()static ScreenLayoutTypeReturns the enum constant of this class with the specified name.static ScreenLayoutType[]ScreenLayoutType.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 ScreenLayoutTypeModifier and TypeMethodDescriptionStreamCompositionLayout.builder(ScreenLayoutType initialLayout) Entry point for constructing an object.StreamCompositionLayout.Builder.screenshareType(ScreenLayoutType screenshareType) (OPTIONAL) The layout type to use when there is a screen-sharing stream in the session.