Ozeki VoIP SDK Class library
SetSIPMessageManipulator Method (manipulator)
NamespacesOzeki.VoIP.SDKISoftPhoneSetSIPMessageManipulator(ISIPMessageManipulator)
Sets an SDP message manipulator to the softphone which can modify incoming and outgoing SIP messages.
Declaration Syntax
C#Visual BasicVisual C++
void SetSIPMessageManipulator(
	ISIPMessageManipulator manipulator
)
Sub SetSIPMessageManipulator ( 
	manipulator As ISIPMessageManipulator
)
void SetSIPMessageManipulator(
	ISIPMessageManipulator^ manipulator
)
Parameters
manipulator (ISIPMessageManipulator)
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.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290