【发布时间】:2014-12-11 04:35:58
【问题描述】:
我有一个简单的语音聊天工作:
var config = {
isInitiator: true,
turn: {
host: 'turn:turn.example.com:3478',
username: 'test',
password: '123'
},
streams: {
audio: true,
video: false
}
}
var session = new phonertc.Session(config);
// ... event handling
session.call();
如何在现有语音聊天中添加用于添加视频的按钮?
【问题讨论】:
标签: android ios webrtc videochat phonertc