Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 856 Bytes

sip.js.sessiondescriptionhandler.getdescription.md

File metadata and controls

25 lines (15 loc) · 856 Bytes

Home > sip.js > SessionDescriptionHandler > getDescription

SessionDescriptionHandler.getDescription() method

Creates an offer or answer.

Signature:

getDescription(options?: SessionDescriptionHandlerOptions, modifiers?: Array<SessionDescriptionHandlerModifier>): Promise<BodyAndContentType>;

Parameters

Parameter Type Description
options SessionDescriptionHandlerOptions Options bucket.
modifiers Array<SessionDescriptionHandlerModifier> Modifiers.

Returns:

Promise<BodyAndContentType>