Package com.opentok

Class MuteAllProperties.Builder

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:
  • 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.