Sends raw media data with media type.
| C# | Visual Basic | Visual C++ |
void SendMediaData( int mediaFormatID, VoIPMediaData mediaData )
Sub SendMediaData ( mediaFormatID As Integer, mediaData As VoIPMediaData )
void SendMediaData( int mediaFormatID, VoIPMediaData^ mediaData )
- mediaFormatID (Int32)
- The identifier of the format of the media data.
- mediaData (VoIPMediaData)
- The given raw data.
Sends some media data on the phone call represented as PCM data in byte array
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.3.502