我想创建一个像https://apprtc.appspot.com/?r=04188292这样的应用程序。我对 webrtc 有点了解,但无法掌握 google app-engine。如何为 javascript 设置它并开始编码?我试过这个,但没有用
<script src="https://talkgadget.google.com/talkgadget/channel.js"></script>
//for inclusion of channel api
...
console.log(create_channel(1));
//gave an error "Uncaught ReferenceError: create_channel is not defined
任何教程/帮助将不胜感激 有没有其他使用通道 api 的方法?