Click or drag to resize

IMediaChannelSendRTPEvent Method

Sends RTP event data to the remote address.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
void SendRTPEvent(
	int payloadType,
	AudioData audioData
)

Parameters

payloadType  Int32
 
audioData  AudioData
 
See Also