Package com.opentok

Class 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()  
    • Constructor Detail

      • Builder

        public Builder()
    • 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.