Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 729 Bytes

File metadata and controls

24 lines (14 loc) · 729 Bytes

Home > sip.js > SessionDescriptionHandler > hasDescription

SessionDescriptionHandler.hasDescription() method

Returns true if the SessionDescriptionHandler can handle the Content-Type described by a SIP message.

Signature:

hasDescription(contentType: string): boolean;

Parameters

Parameter Type Description
contentType string The content type that is in the SIP Message.

Returns:

boolean