Nos bénévoles n'ont pas encore traduit cet article en Français. Inscrivez-vous et aidez-nous à réaliser cette tâche !
Vous pouvez également lire cet article en English (US).
A statechange
event occurs when the RTCIceTransport
changes state. The state
can be used to determine how far through the process of examining, verifying, and selecting a valid candidate pair is prior to successfully connecting the two peers for WebRTC communications.
General info
- Specification
- WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'statechange' in that specification. - Interface
Event
- Bubbles
- No
- Cancelable
- No
- Target
RTCIceTransport
- Default Action
- None
Properties
This event implements the properties of Event
.
Methods
This event implements the methods of Event
.
Related events
Related RTCIceTransport events
Related RTCPeerConnection events
negotiationneeded
signalingstatechange
iceconnectionstatechange
icegatheringstatechange
connectionstatechange
Specifications
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'statechange' in that specification. |
Candidate Recommendation |
Browser compatibility
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | No support | (Yes) | ? |
Feature | Android | Chrome for Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic support | ? | ? | (Yes) | ? | No support | ? | ? |