Click or drag to resize
ISoftPhoneBeginNatDiscovery Method (String, NatDiscoveryCallback)
Begins the NAT discovery process using the default STUN server (stun.ozekiphone.com).

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

Parameters

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