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.
|