Skip to content

Files

Latest commit

 

History

History
24 lines (14 loc) · 802 Bytes

sip.js.sessiondescriptionhandler.setlocalsessiondescription.md

File metadata and controls

24 lines (14 loc) · 802 Bytes

Home > sip.js > SessionDescriptionHandler > setLocalSessionDescription

SessionDescriptionHandler.setLocalSessionDescription() method

Sets the peer connection's local session description.

Signature:

protected setLocalSessionDescription(sessionDescription: RTCSessionDescriptionInit): Promise<void>;

Parameters

Parameter Type Description
sessionDescription RTCSessionDescriptionInit sessionDescription The session description.

Returns:

Promise<void>