Package com.opentok
Class MuteAllProperties.Builder
- java.lang.Object
-
- com.opentok.MuteAllProperties.Builder
-
- Enclosing class:
- MuteAllProperties
public static class MuteAllProperties.Builder extends java.lang.Object
Use this class to create a MuteAllProperties object.- See Also:
MuteAllProperties
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MuteAllProperties
build()
Builds the MuteAllProperties object.MuteAllProperties.Builder
excludedStreamIds(java.util.List<java.lang.String> ids)
Call this method to add a List of stream IDs for streams to be excluded from the force mute action.
-
-
-
Method Detail
-
excludedStreamIds
public MuteAllProperties.Builder excludedStreamIds(java.util.List<java.lang.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.
-
-