This repository has been archived on 2023-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
vn-softphone/views/call/index.js

6 lines
77 B
JavaScript

module.exports = {
init: function(args, cb) {
cb();
}
}