[repro-users] Cancel or Ending a dialog
If my application creates an invite session by the following:
SharedPtr<SipMessage> invMessage = dum->makeInviteSession(remoteAor, &invite);
dum->send(invMessage);
and at a later time, wishes to cancel the request before it's answered by the remote party, how does one associate the cancel with the original invite? (There's no handle yet?)
As a secondary question, when I receive an onOffer, I store off the InviteSessionHandle and use it later to send the end() request. Is this proper, or is there a better method?
Thanks!
Fussy? Opinionated? Impossible to please? Perfect.
Join Yahoo!'s user panel and lay it on us.