我尝试设置连接jitsi- As the image,但它不能运行onConnectionSuccess。This is the log有人知道如何设置jitsi连接吗?谢谢
发布于 2020-09-15 21:04:53
您还必须在选项中添加bosh url
var options = {
hosts: {
domain: 'beta.meet.jit.si',
muc: 'conference.beta.meet.jit.si' // FIXME: use XEP-0030
},
bosh: '//beta.meet.jit.si/http-bind', // FIXME: use xep-0156 for that
// The name of client node advertised in XEP-0115 'c' stanza
clientNode: 'https://beta.meet.jit.si'
};https://stackoverflow.com/questions/61254926
复制相似问题