Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 599 Bytes

File metadata and controls

17 lines (10 loc) · 599 Bytes

Home > sip.js > SessionDescriptionHandler > getLocalSessionDescription

SessionDescriptionHandler.getLocalSessionDescription() method

Gets the peer connection's local session description.

Signature:

protected getLocalSessionDescription(): Promise<RTCSessionDescription>;

Returns:

Promise<RTCSessionDescription>