API reference
API reference
Select your platform
No SDKs available
No versions available

UploadChunkDelegate Function

Called one or more times to thread when a chunk has returned

Signature

delegate void Meta.Voice.Net.WebSockets.UploadChunkDelegate(string requestId, WitResponseNode jsonData, byte[] binaryData)

Parameters

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.

Returns

delegate void