jeremyckahn / chitchatter

Secure peer-to-peer chat that is serverless, decentralized, and ephemeral
https://chitchatter.im/
GNU General Public License v2.0
1.4k stars 163 forks source link

[feature] please add the possibility to retrieve iceservers from a remote host. #290

Closed Zibri closed 2 months ago

Zibri commented 2 months ago

I tried to modify the code for that but I did not succeed. In normal javascript is quite simple:

    const response = await fetch('https://my.server.org', options|{});
    const iceServers = await response.json();
jeremyckahn commented 2 months ago

Hi @Zibri, it's not clear to me what you're trying to achieve here. What is your end goal?

Zibri commented 2 months ago

I wish we could chat so I will explain it to you.

jeremyckahn commented 2 months ago

I don't know that what's being asked here is feasible, so I'm going to close this issue for now. @Zibri feel free to continue the discussion here if you'd like to discuss your end goal further.