Package com.opentok

Class StreamListProperties.Builder

java.lang.Object
com.opentok.StreamListProperties.Builder
Enclosing class:
StreamListProperties

public static class StreamListProperties.Builder extends Object
Use this class to create a StreamListProperties object.
See Also:
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • addStreamProperties

      public StreamListProperties.Builder addStreamProperties(StreamProperties streamProps)
      Call this method to set layout class list of a stream.
      Parameters:
      streamProps - The StreamProperties object .
      Returns:
      The StreamListProperties.Builder object with the list of StreamProperties setting.
    • build

      public StreamListProperties build()
      Builds the StreamListProperties object.
      Returns:
      The StreamListProperties object.