mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-20 16:54:25 +00:00
Fix broken warning in the wrtc js module
This commit is contained in:
parent
62fc68e88b
commit
229cd4044c
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ const webrtc = (() => {
|
|||
case 'gathering':
|
||||
log.info('[rtc] ice gathering');
|
||||
timeForIceGathering = setTimeout(() => {
|
||||
log.warning(`[rtc] ice gathering was aborted due to timeout ${ICE_TIMEOUT}ms`);
|
||||
log.warn(`[rtc] ice gathering was aborted due to timeout ${ICE_TIMEOUT}ms`);
|
||||
// sendCandidates();
|
||||
}, ICE_TIMEOUT);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue