Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 517 Bytes

sip.js.sessiondescriptionhandler._peerconnection.md

File metadata and controls

13 lines (8 loc) · 517 Bytes

Home > sip.js > SessionDescriptionHandler > _peerConnection

SessionDescriptionHandler._peerConnection property

The peer connection. Undefined after SessionDescriptionHandler.close().

Signature:

protected _peerConnection: RTCPeerConnection | undefined;