BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::OnTypingIndicationParam Struct Reference

#include <account.hpp>

Data Fields

string fromUri
 
string toUri
 
string contactUri
 
bool isTyping
 
SipRxData rdata
 

Detailed Description

Parameters for onTypingIndication() account callback.

Field Documentation

◆ fromUri

string pj::OnTypingIndicationParam::fromUri

Sender/From URI.

◆ toUri

string pj::OnTypingIndicationParam::toUri

To URI.

◆ contactUri

string pj::OnTypingIndicationParam::contactUri

The Contact URI.

◆ isTyping

bool pj::OnTypingIndicationParam::isTyping

Boolean to indicate if sender is typing.

◆ rdata

SipRxData pj::OnTypingIndicationParam::rdata

The whole message buffer.


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.