【发布时间】:2012-11-15 00:29:20
【问题描述】:
我想创建一个像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
任何教程/帮助将不胜感激 有没有其他方式使用channel api?
【问题讨论】:
标签: javascript google-app-engine channel-api webrtc videochat