< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] About the onNewSession


I have got it, don't reply me. sorry

2007/11/19, Karlsson <boost.regex@xxxxxxxxx>:
Hi, I'm a newbie here at reSIProcate,  I have a quesiton: What's different between these two callback?
 
    /// called when an initial INVITE or the intial response to an outoing invite 
      virtual void onNewSession(ClientInviteSessionHandle, InviteSession::OfferAnswerType oat, const SipMessage& msg)=0;
      virtual void onNewSession(ServerInviteSessionHandle, InviteSession::OfferAnswerType oat, const SipMessage& msg)=0;
 
 
Thanks