java.lang.Object

com.opentok.MuteAllProperties.Builder

Enclosing class: : MuteAllProperties


public static class MuteAllProperties.Builder extends Object

Use this class to create a MuteAllProperties object.

See Also: : - MuteAllProperties

Constructor Summary

Constructors

Constructor

Description

Builder()

Method Summary

All MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

MuteAllProperties

build()

Builds the MuteAllProperties object.

MuteAllProperties.Builder

excludedStreamIds(List<String> ids)

Call this method to add a List of stream IDs for streams to be excluded from the force mute action.

Methods inherited from class java.lang.Object

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

Constructor Details

Builder

public Builder()

Method Details

excludedStreamIds

public MuteAllProperties.Builder excludedStreamIds(List<String> ids)

Call this method to add a List of stream IDs for streams to be excluded from the force mute action.

Parameters: : ids - The List of stream IDs.

Returns: : The MuteAllProperties.Builder object with excludedStreamIds list.

build

public MuteAllProperties build()

Builds the MuteAllProperties object.

Returns: : The MuteAllProperties object.