Click or drag to resize
LocalChannelHelperDetectNatConfiguration Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static INatConfiguration DetectNatConfiguration(
	string localAddress,
	string otherPartyRemoteAddress,
	string channelAddress,
	INatConfiguration natConfig
)

Parameters

localAddress
Type: SystemString
otherPartyRemoteAddress
Type: SystemString
channelAddress
Type: SystemString
natConfig
Type: Ozeki.NetworkINatConfiguration

Return Value

Type: INatConfiguration
See Also