Click or drag to resize

ISDPMessageManipulatorModifyIncomingMessage Method

Transforms the incoming SIP message.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
string ModifyIncomingMessage(
	MessageModifierInfo incomingMessageInfo
)

Parameters

incomingMessageInfo
Type: Ozeki.VoIPMessageModifierInfo
Contains information about the incoming SDP message.

Return Value

Type: String
Text representation of the manipulated SDP message.
See Also