Hi All,
What is the correct way to connect to
existing conference on gatekeeper, using CallConference method.
Searching previous posts I found that it is possible only with callto
syntax.
I can succesfully connect using netmeeting application with
conferencealias@[EMAIL PROTECTED]
syntax.
How to achieve the same thing using:
INmManager* m_pManager
hr = m_pManager->CallConference(
&pICall,
NM_CALL_DEFAULT,
NM_ADDR_CALLTO,
addr,
confname,
NULL
);
What exactly to put in addr and confname?
Regards