Click or drag to resize
SDPAttributeModifier Class
Modifies the attributes of the incoming and outgoing SDP messages.
Inheritance Hierarchy

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

The SDPAttributeModifier type exposes the following members.

Constructors
  NameDescription
Public methodSDPAttributeModifier
Initializes a new instance of the SDPAttributeModifier class
Top
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
Properties
See Also