Package com.opentok

Class Stream

java.lang.Object
com.opentok.Stream

public class Stream extends Object
Represents a stream in an OpenTok session.
  • Method Details

    • makeStream

      public static Stream makeStream()
    • getId

      public String getId()
      The stream ID.
    • getVideoType

      public String getVideoType()
      The stream videoType.
    • getName

      public String getName()
      The name of the stream.
    • getLayoutClassList

      public List<String> getLayoutClassList()
      The layout class list of the stream.