mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-19 04:17:44 +00:00
* fixed dial transcribe is not able to received final transcribe when close call. * wip * fix review comment * support call session delay detroy ep when current task is transcribe * wip * wip * fixed review comments * fixed review comments
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
|
|
const sleepFor = (ms) => new Promise((resolve) => setTimeout(() => resolve(), ms));
|
|
module.exports = {
|
|
sleepFor
|
|
};
|