API reference

WitWebSocketResponseProcessor Function

A callback to process a response for a request originating from a different source with a topic this client has subscribed to. Should return true if processed successfully and false if not processed successfully.

Signature

delegate bool Meta.Voice.Net.WebSockets.WitWebSocketResponseProcessor(string topicId, string requestId, string clientUserId, WitChunk responseChunk)

Parameters

topicId: string
requestId: string
clientUserId: string
responseChunk: WitChunk

Returns

delegate bool