A
A
Armengrigoryan2014-03-28 10:25:25
Node.js
Armengrigoryan, 2014-03-28 10:25:25

Webrtc can't connect chrome with mozilla

Hello. I used ( https://github.com/webRTC/webrtc.io-demo) and now for my project i have to organize an online video conference but there is a small minus i could connect mozilla with mozilla chrome with chrome but i can't connect chrome with mozilla , maybe someone knows how to fix it in this code

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
hbruser, 2014-05-08
@hbruser

Chrome and FF have slightly different secure connection methods: DTLS and SDES. Try to dig in this direction.

N
Nicholas, 2015-10-05
@ACCNCC

options = {optional: [
{DtlsSrtpKeyAgreement: true} // FF <=> Chrome interop
]}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question