Click or drag to resize

ISoftPhoneBeginNatDiscovery(String, String, NatDiscoveryCallback) Method

Begins the NAT discovery process.

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

Parameters

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