Package com.opentok

Class MuteAllProperties

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MuteAllProperties.Builder
      Use this class to create a MuteAllProperties object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getExcludedStreamIds()
      Returns the excludedStreams list.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

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