Click or drag to resize

ISoftPhoneBeginNatDiscovery(String, NatDiscoveryCallback) Method

Begins the NAT discovery process using the default STUN server (stun.ozekiphone.com).

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

Parameters

localAddress  String
Address of the local interface.
callback  NatDiscoveryCallback
See Also