Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 603 Bytes

sip.js.sessiondescriptionhandler.getlocalsessiondescription.md

File metadata and controls

17 lines (10 loc) · 603 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>