Interface VoIPConfiguration


  • @Deprecated
    public interface VoIPConfiguration
    Deprecated.
    • Method Detail

      • setDscpValue

        boolean setDscpValue​(int dscpValue)
        Deprecated.
        This function sets DSCP value for audio.
        Parameters:
        dscpValue - DSCP value must be in range 0-63.
        Returns:
        true if DSCP value is set; otherwise false.
      • getDscpValue

        int getDscpValue()
        Deprecated.
        Returns:
        DSCP value set for VoIP
      • getSupportedCodecList

        AudioCodec[] getSupportedCodecList()
        Deprecated.
        Returns:
        Default audio codec list supported by the audio engine
      • getCurrentCodecList

        AudioCodec[] getCurrentCodecList()
        Deprecated.
        Returns:
        Current audio codec list supported by the audio engine
      • setCurrentCodecList

        boolean setCurrentCodecList​(AudioCodec[] codecs)
        Deprecated.
        Sets the codec list to be used by the audio engine
        Parameters:
        codecs - List of codecs
        Returns:
        true if the codec list can be set and the codecs provided in the list are all supported.