BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::OnInstantMessageParam Struct Reference

#include <account.hpp>

Data Fields

string fromUri
 
string toUri
 
string contactUri
 
string contentType
 
string msgBody
 
SipRxData rdata
 

Detailed Description

Parameters for onInstantMessage() account callback.

Field Documentation

◆ fromUri

string pj::OnInstantMessageParam::fromUri

Sender From URI.

◆ toUri

string pj::OnInstantMessageParam::toUri

To URI of the request.

◆ contactUri

string pj::OnInstantMessageParam::contactUri

Contact URI of the sender.

◆ contentType

string pj::OnInstantMessageParam::contentType

MIME type of the message body.

◆ msgBody

string pj::OnInstantMessageParam::msgBody

The message body.

◆ rdata

SipRxData pj::OnInstantMessageParam::rdata

The whole message.


The documentation for this struct was generated from the following file:

 


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