[reSIProcate-users] How to update the call by UPDATE method?
Both caller and callee sides are enabled the UPDATE support:
mMasterProfile->addSupportedMethod(UPDATE);
But below code:
clientInviteSession->provideOffer(sdpContent);
serverInviteSession->provideOffer(sdpContent);
always send INVITE message for update call.
How to make the resip update the call by UPDATE method?
regards,