Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 897 Bytes

File metadata and controls

20 lines (11 loc) · 897 Bytes

Home > sip.js > SessionDescriptionHandler > peerConnectionDelegate

SessionDescriptionHandler.peerConnectionDelegate property

A delegate which provides access to the peer connection event handlers.

Signature:

get peerConnectionDelegate(): PeerConnectionDelegate | undefined;

set peerConnectionDelegate(delegate: PeerConnectionDelegate | undefined);

Remarks

Setting the peer connection event handlers directly is not supported and may break this class. As this class depends on exclusive access to them, a delegate may be set which provides alternative access to the event handlers in a fashion which is supported.