Package com.vonage.client.video
Class SessionStream.Builder
java.lang.Object
com.vonage.client.video.SessionStream.Builder
- Enclosing class:
SessionStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Constructs an instance of SessionStream.layoutClassList(String... layoutClasses) Use this method to set the layout classes for the stream.layoutClassList(List<String> layoutClassList) Use this method to set the layout classes for the stream.
-
Constructor Details
-
Builder
-
-
Method Details
-
layoutClassList
Use this method to set the layout classes for the stream.- Parameters:
layoutClassList- The updated layout classes to use for this stream.- Returns:
- This builder.
-
layoutClassList
Use this method to set the layout classes for the stream.- Parameters:
layoutClasses- The updated layout classes to use for this stream.- Returns:
- This builder.
- Since:
- 8.0.0-beta2
- See Also:
-
build
Constructs an instance of SessionStream.- Returns:
- A new SessionStream object with this builder's properties.
-