fix
This commit is contained in:
@@ -39,6 +39,7 @@ async function getIceServers(): Promise<RTCConfiguration> {
|
||||
}
|
||||
try {
|
||||
const data = await api.getIceServers();
|
||||
console.log('[WebRTC] Received ICE config:', data);
|
||||
if (data.iceServers && data.iceServers.length > 0) {
|
||||
cachedIceConfig = { iceServers: data.iceServers };
|
||||
iceCacheFetchedAt = Date.now();
|
||||
|
||||
Reference in New Issue
Block a user