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.4.54.0
Syntax
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.
See Also