LocalChannelHelperDetectLocalAddress Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static string DetectLocalAddress(
SIPCallBasicInfo sipCallInfo,
MediaDescription mediaOffer
)
Public Shared Function DetectLocalAddress (
sipCallInfo As SIPCallBasicInfo,
mediaOffer As MediaDescription
) As String
public:
static String^ DetectLocalAddress(
SIPCallBasicInfo^ sipCallInfo,
MediaDescription^ mediaOffer
)
static member DetectLocalAddress :
sipCallInfo : SIPCallBasicInfo *
mediaOffer : MediaDescription -> string
Parameters
- sipCallInfo
- Type: Ozeki.VoIPSIPCallBasicInfo
- mediaOffer
- Type: Ozeki.MediaMediaDescription
Return Value
Type:
String
See Also