Click or drag to resize

MessageModifierInfo Constructor

Initializes a new instance of the MessageModifierInfo class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public MessageModifierInfo(
	string content,
	TransportInfo transportInfo
)

Parameters

content  String
The content of the message.
transportInfo  TransportInfo
The transport info for the message.
See Also