Reference Library
MediaStartedEvent Method (monitorId, deviceId, rtpAddress, rtpPort, rctpAddress, rtcpPort, codec, payloadType, protocol, receiveKey, transmitKey, packetSize)
NamespacesAvaya.ApplicationEnablement.DMCCControlEventsMediaStartedEvent(String, String, String, Int32, String, Int32, String, String, String, String, String, Int32)
Declaration Syntax
C#Visual BasicVisual C++
void MediaStartedEvent(
	string monitorId,
	string deviceId,
	string rtpAddress,
	int rtpPort,
	string rctpAddress,
	int rtcpPort,
	string codec,
	string payloadType,
	string protocol,
	string receiveKey,
	string transmitKey,
	int packetSize
)
Sub MediaStartedEvent ( _
	monitorId As String, _
	deviceId As String, _
	rtpAddress As String, _
	rtpPort As Integer, _
	rctpAddress As String, _
	rtcpPort As Integer, _
	codec As String, _
	payloadType As String, _
	protocol As String, _
	receiveKey As String, _
	transmitKey As String, _
	packetSize As Integer _
)
void MediaStartedEvent(
	String^ monitorId, 
	String^ deviceId, 
	String^ rtpAddress, 
	int rtpPort, 
	String^ rctpAddress, 
	int rtcpPort, 
	String^ codec, 
	String^ payloadType, 
	String^ protocol, 
	String^ receiveKey, 
	String^ transmitKey, 
	int packetSize
)
Parameters
monitorId (String)
deviceId (String)
rtpAddress (String)
rtpPort (Int32)
rctpAddress (String)
rtcpPort (Int32)
codec (String)
payloadType (String)
protocol (String)
receiveKey (String)
transmitKey (String)
packetSize (Int32)

Assembly: ServiceProvider (Module: ServiceProvider)