[reSIProcate] About the onNewSession
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