Home > sip.js > SessionDescriptionHandler > setLocalSessionDescription
Sets the peer connection's local session description.
Signature:
protected setLocalSessionDescription(sessionDescription: RTCSessionDescriptionInit): Promise<void>;
Parameter | Type | Description |
---|---|---|
sessionDescription | RTCSessionDescriptionInit |
sessionDescription The session description. |
Returns:
Promise<void>