[reSIProcate] REFER with replace
Hi all, I want to make the a REFER with replace, but can't complied it:
 
ClientInviteSessionHandle mClientInviteSession;
ServerInviteSessionHandle mServerInviteSession;
 
 
mClientInviteSession->refer(referTo, mServerInviteSession);
 
the complier says second parameter is error, how to do ?
 
Thanks