Package com.opentok
Class MuteAllProperties.Builder
java.lang.Object
com.opentok.MuteAllProperties.Builder
- Enclosing class:
- MuteAllProperties
Use this class to create a MuteAllProperties object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the MuteAllProperties object.excludedStreamIds
(List<String> ids) Call this method to add a List of stream IDs for streams to be excluded from the force mute action.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
excludedStreamIds
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
Builds the MuteAllProperties object.- Returns:
- The MuteAllProperties object.
-