关于 运行 WEB Rtc 样本

about running WEB Rtc sample

我从 google Lab 克隆了文件,上面说尝试现场演示。 然后我安装了 npm 并尝试找到触发程序启动的 index.js,但是很少有文件是 gulpfile.babel.js / nightwatch.conf.js.

在尝试这个演示版本之前,我按照 googleTryCodeLab 和 index.js 中提供的步骤进行操作,从 'use strict' 开始。所以我在 gulpfile.babel.js 中找到了该代码并尝试了

node gulpfile.babel.js

并产生错误,即

import gulp from 'gulp'; ^^^^^^

SyntaxError: Cannot use import statement outside a module at Object.compileFunction (node:vm:355:18) at wrapSafe (node:internal/modules/cjs/loader:1022:15) at Module._compile (node:internal/modules/cjs/loader:1056:27) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1121:10) at Module.load (node:internal/modules/cjs/loader:972:32) at Function.Module._load (node:internal/modules/cjs/loader:813:14) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:76:12) at node:internal/main/run_main_module:17:47

E:\webRtcProject\test\example\samples>node index.js node:internal/modules/cjs/loader:927 throw err;

还有其他方法可以启动这个演示版吗??

示例存储库是独立 HTML/JS 页面的集合。您可以从像 python -m SimpleHTTPServer

这样的简单 HTTP 服务器测试它们

https://codelabs.developers.google.com/codelabs/webrtc-web#2 的 WebRTC 代码实验室是另一回事。