Class JoinCallOptions


  • public final class JoinCallOptions
    extends CallOptions
    Options to be passed when joining a call
    • Constructor Detail

      • JoinCallOptions

        public JoinCallOptions()
        Default constructor
    • 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 JoinCallOptions 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.
      • getAudioOptions

        @Deprecated
        public AudioOptions getAudioOptions()
        Deprecated.
        Use getIncomingAudioOptions() and getOutgoingAudioOptions() instead.
        Audio options when joining a call
      • setAudioOptions

        @Deprecated
        public JoinCallOptions setAudioOptions​(AudioOptions value)
        Deprecated.
        Use getIncomingAudioOptions() and getOutgoingAudioOptions() instead.
        Audio options when joining a call
        Parameters:
        value - The new value.