Package com.opentok
Class StreamListProperties.Builder
- java.lang.Object
-
- com.opentok.StreamListProperties.Builder
-
- Enclosing class:
- StreamListProperties
public static class StreamListProperties.Builder extends java.lang.Object
Use this class to create a StreamListProperties object.- See Also:
StreamListProperties
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamListProperties.Builder
addStreamProperties​(StreamProperties streamProps)
Call this method to set layout class list of a stream.StreamListProperties
build()
Builds the StreamListProperties object.
-
-
-
Method Detail
-
addStreamProperties
public StreamListProperties.Builder addStreamProperties​(StreamProperties streamProps)
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
public StreamListProperties build()
Builds the StreamListProperties object.- Returns:
- The StreamListProperties object.
-
-