Description
I have a windows desktop application for streaming live closed captions to a Zoom meeting. It works mostly fine but has some intermittent errors randomly with different users of the application. The errors logged by the application when trying to stream captions to Zoom are as given below. The errors mostly resolve automatically after some time.
Error
System.Net.WebException: Unable to connect to the remote server —> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 18.205.93.220 :443
and
System.Net.Http.HttpRequestException: An error occurred while sending the request. —> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. —> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. —> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Which Endpoint/s?
Third-party closed captions integration API for Zoom meetings