Hello Sinch,
We were using the sinch SDK in the production system.
In development, we want the SDK to send the request to our local mock server instead of .sinch.com
Since in development, we regularly run multiple tests on our system, also some performance testing.
In these cases, we do not want to get billed or we don't expect SDK to send real sms.
So we expect if there is any environment variable for the HOST_NAME to override the real sinch host to our mock server host.
But I see in the SDK the host name is hard coded.
This makes impossible for us to test our system without real call to the sinch.
Any help would be appreciated!
Thanks,
Kanagavelu Sugumar.