Safari does not send ice candidates
问题 don't work example in safari https://github.com/Kurento/kurento-tutorial-node/tree/master/kurento-one2many-call In chrome, everything is fine. Safary does not send ice candidates in view mode. Presenter mode is ok ==================== update In the Front (index.js) The event onOfferViewer is always executed onIceCandidate – never executed Connection from Front to the node var ws = new WebSocket('wss://' + location.host + '/one2many'); On KMS a Turn doesn’t turn on, but a Stun is configured. I