You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use event loop to receive message from groups. When someone added my account to the group, in Skype UI I can see an invitation prompt and the event loop only receive messages if I accept the invitation.
My question Is How can I programmatically accept/reject the invitation?
The text was updated successfully, but these errors were encountered:
Guessing this is a more recent addition too, groups never used to have a confirmation step. Take a look at the requests Skype for Web makes on accept or block -- you may be able to just send a message to auto-accept the invitation, or delete the chat to block. It would be useful to know what the message markup looks like for such an invite.
Guessing this is a more recent addition too, groups never used to have a confirmation step. Take a look at the requests Skype for Web makes on accept or block -- you may be able to just send a message to auto-accept the invitation, or delete the chat to block. It would be useful to know what the message markup looks like for such an invite.
I use event loop to receive message from groups. When someone added my account to the group, in Skype UI I can see an invitation prompt and the event loop only receive messages if I accept the invitation.
My question Is How can I programmatically accept/reject the invitation?
The text was updated successfully, but these errors were encountered: