java.lang.Object

com.opentok.MuteAllProperties


public class MuteAllProperties extends Object

Defines values for the properties parameter of the OpenTok.forceMuteAll(String, MuteAllProperties) method.

See Also: : - OpenTok.forceMuteAll(String, MuteAllProperties)

Nested Class Summary

Nested Classes

Modifier and Type

Class

Description

static class

MuteAllProperties.Builder

Use this class to create a MuteAllProperties object.

Method Summary

All MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

List<String>

getExcludedStreamIds()

Returns the excludedStreams list.

Methods inherited from class java.lang.Object

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

Method Details

getExcludedStreamIds

public List<String> getExcludedStreamIds()

Returns the excludedStreams list. This is a list of stream IDs for streams to be excluded from the force mute action.

Returns: : The list of stream IDs.