LocalChannelHelperDetectLocalAddress Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
StringSee Also