mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-8087 #comment pass valid res to callback
This commit is contained in:
@@ -1101,7 +1101,7 @@ var iceTimer;
|
||||
if (cached) {
|
||||
$.FSRTC.validRes = $.parseJSON(cached);
|
||||
console.log("CACHED RES FOR CAM " + cam, $.FSRTC.validRes);
|
||||
return func ? func() : null;
|
||||
return func ? func($.FSRTC.validRes) : null;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user