作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用icegatheringstatechange事件处理程序,但他没有工作。我怎样才能捕捉到icegathering状态的变化?我怎么知道所有ice候选人都添加了?
最佳答案
icegatheringstatechange
事件并未在所有浏览器中实现(实际上,我不知道它在哪里实现,但在 Firefox 中并未实现)。这就是您的事件处理程序未被调用的原因。
如果您想知道何时添加所有ice Candidate,将会有一个使用event.candidate = null
调度的icecandidate
事件。
以下是 the current editor's draft of the WebRTC spec 对此行为的描述:
candidate of type RTCIceCandidate, readonly , nullable
...
This attribute is set to
null
when an event is generated to indicate the end of candidate gathering.
关于javascript - 为什么 RTCPeerConnectionicegatheringstatechange 不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37208869/
我使用icegatheringstatechange事件处理程序,但他没有工作。我怎样才能捕捉到icegathering状态的变化?我怎么知道所有ice候选人都添加了? 最佳答案 icegatheri
我是一名优秀的程序员,十分优秀!