delegate void Meta.Voice.Net.WebSockets.UploadChunkDelegate(string requestId, WitResponseNode jsonData, byte[] binaryData)
requestId: string
Request id used for chunk lookup and prioritization.
jsonData: WitResponseNode
Decoded json data object.
binaryData: byte []
Decoded binary data chunk which may be null or empty.
delegate void