BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::SendInstantMessageParam Struct Reference

#include <siptypes.hpp>

Public Member Functions

 SendInstantMessageParam ()
 

Data Fields

string contentType
 
string content
 
SipTxOption txOption
 
Token userData
 

Detailed Description

This structure contains parameters for sending instance message methods, e.g: Buddy::sendInstantMessage(), Call:sendInstantMessage().

Constructor & Destructor Documentation

◆ SendInstantMessageParam()

pj::SendInstantMessageParam::SendInstantMessageParam ( )

Default constructor initializes with zero/empty values.

Field Documentation

◆ contentType

string pj::SendInstantMessageParam::contentType

MIME type. Default is "text/plain".

◆ content

string pj::SendInstantMessageParam::content

The message content.

◆ txOption

SipTxOption pj::SendInstantMessageParam::txOption

List of headers etc to be included in outgoing request.

◆ userData

Token pj::SendInstantMessageParam::userData

User data, which will be given back when the IM callback is called.


The documentation for this struct was generated from the following file:
  • siptypes.hpp

 


PJSIP Open Source, high performance, small footprint, and very very portable SIP stack
Copyright (C) 2006-2008 Teluu Inc.