Class CallNetworkOptions


  • public final class CallNetworkOptions
    extends Object
    Network options for call client
    • Constructor Detail

      • CallNetworkOptions

        public CallNetworkOptions()
        Creates a new instance with a default network options.
    • 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
      • getProxyUrl

        public String getProxyUrl()
        Url to be used for proxy.
      • setProxyUrl

        public CallNetworkOptions setProxyUrl​(String value)
        Url to be used for proxy.
        Parameters:
        value - The new value.
      • getIceServers

        public List<IceServer> getIceServers()
      • setIceServers

        public CallNetworkOptions setIceServers​(List<IceServer> iceServers)
        Set ICE servers used by the media proxy.
        Parameters:
        iceServers - list of ICE servers provided