Class OutgoingVideoOptions


  • public final class OutgoingVideoOptions
    extends Object
    Hold properties that configure OutgoingVideoStreams
    • Constructor Detail

      • OutgoingVideoOptions

        public OutgoingVideoOptions()
        Default constructor
    • Method Detail

      • finalize

        protected void finalize()
        Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
        Overrides:
        finalize in class Object
      • getStreams

        public List<OutgoingVideoStream> getStreams()
        Get or set the OutgoingVideoStreams should start once the call start
      • setOutgoingVideoStreams

        public OutgoingVideoOptions setOutgoingVideoStreams​(Iterable<OutgoingVideoStream> outgoingVideoStreams)
        Set outgoing video streams for the call.
        Parameters:
        outgoingVideoStreams - List of outgoing video streams.