tags:

views:

49

answers:

0

I want to send online user a custom authorization message similar to this:

"XXX would like to invite you for XXX" Yes or NO"

This should be shown inside the chat message and the user can click to respond

Any idea how to do it?

I had studied the skype API and its samples but couldn't find a feasible solution. You can use skype.client.sendMessage() to send chat message, but the message can only be string.

I think you should be able to do it using sendCommand(), but I had tried several combinations without success.

The lack of documentation from skype API just won't help much either.

Any help would be greatly appreciate.

Regards

Leo