Class WebrtcProvider.RTCConfiguration

  • Enclosing class:
    WebrtcProvider

    public static class WebrtcProvider.RTCConfiguration
    extends Object
    The Class RTCConfiguration.
    • Field Detail

      • bundlePolicy

        protected String bundlePolicy
        The bundle policy.
      • iceCandidatePoolSize

        protected int iceCandidatePoolSize
        The ice candidate pool size.
      • iceTransportPolicy

        protected String iceTransportPolicy
        The ice transport policy.
      • logEnabled

        protected boolean logEnabled
        The enable log.
    • Constructor Detail

      • RTCConfiguration

        public RTCConfiguration()
    • Method Detail

      • getBundlePolicy

        public String getBundlePolicy()
        Gets the bundle policy.
        Returns:
        the bundlePolicy
      • isLogEnabled

        public boolean isLogEnabled()
        Checks if is log enabled.
        Returns:
        true, if is log enabled
      • setLogEnabled

        public void setLogEnabled​(boolean enableLog)
        Sets enabled log.
        Parameters:
        enableLog - the new log enabled
      • setBundlePolicy

        public void setBundlePolicy​(String bundlePolicy)
        Sets the bundle policy.
        Parameters:
        bundlePolicy - the bundlePolicy to set
      • getIceCandidatePoolSize

        public int getIceCandidatePoolSize()
        Gets the ice candidate pool size.
        Returns:
        the iceCandidatePoolSize
      • setIceCandidatePoolSize

        public void setIceCandidatePoolSize​(int iceCandidatePoolSize)
        Sets the ice candidate pool size.
        Parameters:
        iceCandidatePoolSize - the iceCandidatePoolSize to set
      • getIceTransportPolicy

        public String getIceTransportPolicy()
        Gets the ice transport policy.
        Returns:
        the iceTransportPolicy
      • setIceTransportPolicy

        public void setIceTransportPolicy​(String iceTransportPolicy)
        Sets the ice transport policy.
        Parameters:
        iceTransportPolicy - the iceTransportPolicy to set
      • setIceServers

        public void setIceServers​(Set<WebrtcProvider.ICEServer> iceServers)
        Sets the ice servers.
        Parameters:
        iceServers - the iceServers to set