ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
124 stars 111 forks source link

set proxy when connecting to cc server #302

Closed starlessboi closed 1 year ago

starlessboi commented 1 year ago

HI I want to be able to set a proxy address when connecting to cc, and route all of my traffic to cc through that address can I do this in my app? thanks

DaveLomber commented 1 year ago

A fetch is used under the hood for HTTP requests.

If you have a code snippet for fetch re how to set a proxy - please share, we will point further

starlessboi commented 1 year ago

sorry but, the code is in pure js I think I posted in wrong place

DaveLomber commented 1 year ago

I think you can use this lib https://github.com/touv/node-fetch-with-proxy

and overwrite a standard fetch implementation