Package com.opentok

Class StreamListProperties.Builder

  • Enclosing class:
    StreamListProperties

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

      • Builder

        public Builder()
    • Method Detail

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