Click or drag to resize

SDPAttributeModifier Class

Modifies the attributes of the incoming and outgoing SDP messages.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPAbstractMessageModifier
    Ozeki.VoIPSDPAttributeModifier

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class SDPAttributeModifier : AbstractMessageModifier, 
	ISDPMessageManipulator

The SDPAttributeModifier type exposes the following members.

Constructors
 NameDescription
Public methodSDPAttributeModifierInitializes a new instance of the SDPAttributeModifier class
Top
Properties
Methods
 NameDescription
Public methodAddIncomingModifier Adds an object that will modify the content of the incoming messages.
(Inherited from AbstractMessageModifier)
Public methodAddOutgoingModifier Adds an object that will modify the content of the outgoing messages.
(Inherited from AbstractMessageModifier)
Protected methodChangeHeaderValue
(Inherited from AbstractMessageModifier)
Public methodModifyIncomingMessage 
Public methodModifyOutgoingMessage 
Top
See Also