Original Discord Post by warvstar | 2024-08-14 19:04:15
Hi there, I just have some questions regarding the UE5 SDK and (web)sockets.
Is stream.convai.com the native socket connection address?
Are there other endpoints that convai connects to via grpc or is it just one single long lived connection?
What’s the websocket endpoint and can it be used in place of the native socket endpoint?
I want to use websockets instead of the native sockets to connect to Convai via grpc (similiar to how its done in the Convai Web SDK).