Initializes a new instance of the NatConfiguration class

C# | Visual Basic | Visual C++ |
public NatConfiguration( NatTraversalMethod methodType, string stunServerAddress, bool autoDetect )
Public Sub New ( methodType As NatTraversalMethod, stunServerAddress As String, autoDetect As Boolean )
public: NatConfiguration( NatTraversalMethod methodType, String^ stunServerAddress, bool autoDetect )

- methodType (NatTraversalMethod)
- The method type used for NAT traversal.
- stunServerAddress (String)
- STUN/TURN server settings.
- autoDetect (Boolean)
- Detect NAT settings automatically.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290