Ozeki VoIP SDK Class library
SetSDPMessageManipulator Method (manipulator)
NamespacesOzeki.VoIP.SDKISoftPhoneSetSDPMessageManipulator(ISDPMessageManipulator)
Sets an SDP message manipulator to the softphone which can modify incoming and outgoing SDP messages.
Declaration Syntax
C#Visual BasicVisual C++
void SetSDPMessageManipulator(
	ISDPMessageManipulator manipulator
)
Sub SetSDPMessageManipulator ( 
	manipulator As ISDPMessageManipulator
)
void SetSDPMessageManipulator(
	ISDPMessageManipulator^ manipulator
)
Parameters
manipulator (ISDPMessageManipulator)
The SDP message manipulator.
Remarks
Only one SDP message manipulator can be set at a time. If a new SDP message manipulator has been set, the previous SDP message manipulator will be replaced.

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