Click or drag to resize
ISoftPhoneSetSDPMessageManipulator Method
Sets an SDP message manipulator to the softphone which can modify incoming and outgoing SDP messages.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
void SetSDPMessageManipulator(
	ISDPMessageManipulator manipulator
)

Parameters

manipulator
Type: Ozeki.VoIPISDPMessageManipulator
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.
See Also