Click or drag to resize
ISDPMessageManipulatorModifyIncomingMessage Method
Transforms the incoming SIP message.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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