What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help] Initiate Voice Chat from a script

[help] Initiate Voice Chat from a script
Author: Message:
denizzz
New Member
*


Posts: 2
Joined: Dec 2008
O.P. [help] Initiate Voice Chat from a script
Hello,
I am new to Messenger Plus! and I am not sure if I can switch from using Messenger API to Messenger Plus! scripting.

Is it possible to initiate a voice chat with a given contact from the script automatically?

Here is how I was doing it using MEssenger API
------

Public WithEvents msn As MessengerAPI.Messenger
msn.StartVoice "some@email.com"

------

f it is possible will I be able to monitor the result of the Voice Chat request ( whether the conversation has started, ended or maybe it was declined etc)

Thank you,
I hope for an answer from the community.
12-18-2008 06:17 PM
Profile E-Mail PM Find Quote Report
denizzz
New Member
*


Posts: 2
Joined: Dec 2008
O.P. RE: [help] Initiate Voice Chat from a script
well, It looks like there is no other way but to use an ActiveX to create such session.

Now I run into into another problem. When I am trying to close voice chat window i always get a confirmation alert message.
Is it possible to disable the alert message ?
I have tried different ways to close the chat window
ChatWnd.SendMessage("/close");
and
Interop.Call("user32", "SendMessageW", ChatWnd.Handle, 0x10 /*WM_CLOSE*/, 0,0);

both of them result in confirmation message.

Please advice you know what can be done
12-19-2008 01:04 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On