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