Click or drag to resize
ISDPMessageManipulatorModifyOutgoingMessage Method
Transforms the outgoing SIP message.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
string ModifyOutgoingMessage(
	MessageModifierInfo outgoingMessageInfo
)

Parameters

outgoingMessageInfo
Type: Ozeki.VoIPMessageModifierInfo
Contains information about the outgoing SDP message.

Return Value

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