Package 

Enum MediaDirection

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum MediaDirection
    
                        

    Defines possible media streaming types.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE

      Media is not streamed.

      ONE_WAY

      Media is stream only from Operator to Visitor.That is Visitor will see and/or hear Operator, but Operator won't see and/or hear Visitor.

      TWO_WAY

      Media is streamed both ways between Operator and Visitor.

    • Method Summary

      Modifier and Type Method Description
      static Array<MediaDirection> values()
      static MediaDirection valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait