Package com.opentok
Class MuteAllProperties
java.lang.Object
com.opentok.MuteAllProperties
public class MuteAllProperties
extends java.lang.Object
Defines values for the
properties
parameter of the
OpenTok.forceMuteAll(String, MuteAllProperties)
method.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MuteAllProperties.Builder
Use this class to create a MuteAllProperties object. -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>
getExcludedStreamIds()
Returns the excludedStreams list.
-
Method Details
-
getExcludedStreamIds
public java.util.List<java.lang.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.
-