Showing content from https://webplatform.github.io/docs/apis/webrtc/RTCPeerConnection/readyState below:
readyState · WebPlatform Docs
readyState Summary
Returns the ready state of the peer connection.
Property of apis/webrtc/RTCPeerConnectionapis/webrtc/RTCPeerConnection
Syntax
Note: This property is read-only.
var result = element.readyState;
Return Value
Returns an object of type RTCPeerStateRTCPeerState
The RTCPeerState enum has the following values:
- new - the object was just created; no netorking has transpired
- have-local-offer - a local description of type offer has been supplied
- have-local-pranswer - a remote description of type offer has been supplied and a local description of type pranswer has been supplied
- have-remote-pranswer - a local description of type “offer” has been supplied and a remote description of type “pranswer” has been supplied
- active - both local and remote descriptions have been supplied, and the offer-answer exchange is complete
- closed - the connection is closed
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4