BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJSIP Reference

pj::OnCallRxOfferParam Struct Reference

#include <call.hpp>

Data Fields

SdpSession offer
 
pjsip_status_code statusCode
 
CallSetting opt
 

Detailed Description

This structure contains parameters for Call::onCallRxOffer() callback.

Field Documentation

◆ offer

SdpSession pj::OnCallRxOfferParam::offer

The new offer received.

◆ statusCode

pjsip_status_code pj::OnCallRxOfferParam::statusCode

Status code to be returned for answering the offer. On input, it contains status code 200. Currently, valid values are only 200 and 488.

◆ opt

CallSetting pj::OnCallRxOfferParam::opt

The current call setting, application can update this setting for answering the offer.


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.