Click or drag to resize
LocalChannelHelper.DetectNatConfiguration 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: System.String
otherPartyRemoteAddress
Type: System.String
channelAddress
Type: System.String
natConfig
Type: Ozeki.Network.INatConfiguration

Return Value

Type: INatConfiguration
See Also