文件名称:windrtc:使用 webrtc 的 RTC 服务器
文件大小:1.57MB
文件格式:ZIP
更新时间:2024-07-27 05:00:55
JavaScript
WindRTC 对等连接库 //client side var connection = new PeerCallConnection ( { host : hostname , port : portnumber } ) ; connection . startVideoCall ( ) ; connection . call ( ) ; 服务器端抽象 var server = new WebRTCServer ( portnumber ) ; 文字聊天 var connection = new TextSharing ( { host : hostname , port : portnumber } ) ; connection . openChannel ( ) ; 文件共享 var connection = new Fi