java.lang.Object

com.opentok.StreamListProperties.Builder

Enclosing class: : StreamListProperties


public static class StreamListProperties.Builder extends Object

Use this class to create a StreamListProperties object.

See Also: : - StreamListProperties

Constructor Summary

Constructors

Constructor

Description

Builder()

Method Summary

All MethodsInstance MethodsConcrete 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.

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

Builder

public Builder()

Method Details

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.