ISoftPhoneSetSIPMessageManipulator Method |
Sets an SDP message manipulator to the softphone which can modify incoming and outgoing SIP messages.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void SetSIPMessageManipulator(
ISIPMessageManipulator manipulator
)
Sub SetSIPMessageManipulator (
manipulator As ISIPMessageManipulator
)
void SetSIPMessageManipulator(
ISIPMessageManipulator^ manipulator
)
abstract SetSIPMessageManipulator :
manipulator : ISIPMessageManipulator -> unit
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