Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.01 KB

sip.js.messager._constructor_.md

File metadata and controls

24 lines (16 loc) · 1.01 KB

Home > sip.js > Messager > (constructor)

Messager.(constructor)

Constructs a new instance of the Messager class.

Signature:

constructor(userAgent: UserAgent, targetURI: URI, content: string, contentType?: string, options?: MessagerOptions);

Parameters

Parameter Type Description
userAgent UserAgent User agent. See UserAgent for details.
targetURI URI Request URI identifying the target of the message.
content string Content for the body of the message.
contentType string Content type of the body of the message.
options MessagerOptions Options bucket. See MessagerOptions for details.