Click or drag to resize

ISDPMessageManipulatorModifyOutgoingMessage Method

Transforms the outgoing SIP message.

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

Parameters

outgoingMessageInfo  MessageModifierInfo
Contains information about the outgoing SDP message.

Return Value

String
Text representation of the manipulated SDP message.
See Also