Click or drag to resize

ISoftPhoneBeginNatDiscovery Method (String, String, NatDiscoveryCallback)

Begins the NAT discovery process.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
void BeginNatDiscovery(
	string localAddress,
	string stunServerAddress,
	NatDiscoveryCallback callback
)

Parameters

localAddress
Type: SystemString
Address of the local interface.
stunServerAddress
Type: SystemString
Address of the STUN server.
callback
Type: Ozeki.NetworkNatDiscoveryCallback
See Also