Package com.opentok
Class StreamListProperties.Builder
java.lang.Object
com.opentok.StreamListProperties.Builder
- Enclosing class:
- StreamListProperties
Use this class to create a StreamListProperties object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStreamProperties
(StreamProperties streamProps) Call this method to set layout class list of a stream.build()
Builds the StreamListProperties object.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addStreamProperties
Call this method to set layout class list of a stream.- Parameters:
streamProps
- The StreamProperties object .- Returns:
- The StreamListProperties.Builder object with the list of StreamProperties setting.
-
build
Builds the StreamListProperties object.- Returns:
- The StreamListProperties object.
-