You need to have initialised the manager with NM_INIT_CONTROL to get
incoming call notifications, this lets you accept/reject the call etc. I
expect the reason you only get these when initialised this way is so that a
program doesn't get a chance to programmatically reject a call whilst the NM
GUI is giving the user a chance to accept it.

If you don't want to be the only user interface for NetMeeting then you need
to listen for ConferenceCreated events on INmManagerNotify and take it from
there. You'll see that as the call is accepted a conference is created if
one didn't already exist... If one did exist then you'll be getting
notifications on the INmConferenceNotify interface as it becomes active
again and people start arriving...

----- Original Message -----
From: Fernando Gonzalez Ballesteros <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 05, 2000 9:32 AM
Subject: [NetMeeting] Incomming Calls


> Hi all,
>
> I am working with NetMeeting SDK 3.0 Built on Friday, June 04, 1999.
>
> I'm trying to build NetMeeting client applications to receive calls, but
> the NetMeeting run time doesn't triggered the method "CallCreated" when
> a call is incoming.
>
> I want the NetMeeting run time to invoke the method "CallCreated" (from
> INmManagerNotify Interface) or "StateChanged" (from INmCallNotify
> interface),
>
> Could anyone provide me an example to receive calls?
>
> Thank you very much in advance,
>
> Cheers
>
>
>     Fer
>
>
>

-----------------------------------------------------------------------
http://www.meetingbywire.com/Mailinglist.htm for unsubscribe information
-----------------------------------------------------------------------

Reply via email to