#include <call.hpp>
This structure contains parameters for Call::onCallReplaceRequest() callback.
◆ rdata
SipRxData pj::OnCallReplaceRequestParam::rdata |
The incoming INVITE request to replace the call.
◆ statusCode
Status code to be set by application. Application should only return a final status (200-699)
◆ reason
string pj::OnCallReplaceRequestParam::reason |
Optional status text to be set by application.
◆ opt
The current call setting, application can update this setting for the call being replaced.
◆ newCall
Call* pj::OnCallReplaceRequestParam::newCall |
New Call derived object instantiated by application.
The documentation for this struct was generated from the following file: