Package com.opentok

Class StreamProperties

    • Nested Class Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getLayoutClassList()
      Returns the list of layout classes for the stream.
      java.lang.String id()
      Returns the ID of the stream.
      • Methods inherited from class java.lang.Object

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

      • id

        public java.lang.String id()
        Returns the ID of the stream.
      • getLayoutClassList

        public java.util.List<java.lang.String> getLayoutClassList()
        Returns the list of layout classes for the stream.