sip.js.sessiondescriptionhandler.getlocalsessiondescription.md

September 26, 2022 ยท View on GitHub

Home > sip.js > SessionDescriptionHandler > getLocalSessionDescription

SessionDescriptionHandler.getLocalSessionDescription() method

Gets the peer connection's local session description.

Signature:

protected getLocalSessionDescription(): Promise<RTCSessionDescription>;

Returns:

Promise<RTCSessionDescription>