Click or drag to resize

ISoftPhoneSetSIPMessageManipulator Method

Sets an SDP message manipulator to the softphone which can modify incoming and outgoing SIP messages.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
void SetSIPMessageManipulator(
	ISIPMessageManipulator manipulator
)

Parameters

manipulator
Type: Ozeki.VoIPISIPMessageManipulator
The manipulator itself.
Remarks
Only one SIP message manipulator can be set at a time. If a new SIP message manipulator has been set, the previous SIP message manipulator will be replaced.
See Also