Class AcceptCallOptions


  • public final class AcceptCallOptions
    extends CallOptions
    Options to be passed when accepting a call
    • Constructor Detail

      • AcceptCallOptions

        public AcceptCallOptions()
        Creates a new instance with a default configuration
    • Method Detail

      • getVideoOptions

        @Deprecated
        public VideoOptions getVideoOptions()
        Deprecated.
        Use getIncomingVideoOptions() and getOutgoingVideoOptions() instead
        Video options. When both OutgoingVideoOptions and VideoOptions are specified both options will be merged.
      • setVideoOptions

        @Deprecated
        public AcceptCallOptions setVideoOptions​(VideoOptions value)
        Deprecated.
        Use getIncomingVideoOptions() and getOutgoingVideoOptions() instead
        Video options. When both OutgoingVideoOptions and VideoOptions are specified both options will be merged.
        Parameters:
        value - The new value.