Click or drag to resize
IMediaChannelSendRTPEvent Method
Sends RTP event data to the remote address.

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

Parameters

payloadType
Type: SystemInt32
audioData
Type: Ozeki.MediaAudioData
See Also