They have a technology which allows them to connect with skype as a "friend" and then when there is an incoming chat on the website, it forwards that chat to the skype client.
I can't see anything in the skype API that allows this, how do they do it?
AFAIK, companies like Snapengage and ClickDesk use Skype API to do this.
Related
Short:
Is there any way to detect if a user stores or forwards a message (e.g. a video) in a channel?
Long:
I am completely new to programming for Telegram (although am a programmer). So have no idea about the tools that are provided by Telegram's API. I actually found nothing related to this issue browsing the web and Telegram documentations. So I thought someone might have an experience with it.
The scenario is that a client of mine is running a virtual teaching system on Telegram and her problem is that the added members to the channel are able to forward the teaching videos to other persons out of the channel, who have not actually paid the fee. Now is there any work around on earth for this problem?
You can't track user in Telegram, remember this IM is very care about privacy.
Try making it a Bot rather than a channel, you can create bots with a bot in telegram called botfather search it and consider making a bot instead of a channel
there isn't any way to track users to see if they forward or save the videos.
you can only do one of these:
create a bot using telegram api (not telegram bot api) and then send videos as a self destructing message to each user.
or put the videos on a website which only registered users can login and watch.
Everyone,
Was searching over the net but didn't find any article describing the information. Can any please tell me whether I can record calls, videos & messages using Skype For Web SDK ?
Sorry I didn't demonstrated any code cause I didn't find anything so Keep it short and simple.
I don't think Skype for web SDK team has any intention to provide Recording or Cognitive analytics ability to Web SDK in the near future. So i decided to go with alternative ways.
After a lot of research, i have decided to use Skype Media bot along with Skype Web SDK to record audio and video conversations.
Create a Skype Media Bot and add Skype for Business as channel.
Register this bot with Skype for Business online ( Only Tenant Administrator can do that)
Make sure in each conference, this Skype Bot is also invited by default. So this bot is a participant in each conference call. It records audio and video.
Skype Bot has simple interface to Record, Respond, Convert audio to text and many more features.
Github samples can be found here
Skype Bot framework has NodeJS and C# APIs.
For our app I need to find user's Skype ID to connect user in our app with user in Microsoft Bot Framework.
I would like to know Is there any endpoint where I can get Skype ID? I can't find it. I guess the enpoint exists because ifttt.com while using Skype needs connect to my Microsoft account and uses skype.basic scope which is used for getting Skype ID.
I want to get ID like this:
29:1LJQ9JzcpZTXR6ArgCdwtivsGkVjO4rxbDUR_1hdsdf1
Thanks for answer.
Messages from a user come through with the channelAccount record, which has a Skype ID in it. It's somewhat anonymized for the bot, but it's durable for that particular bot.
Are you looking for some other id?
I want to implement Google voice API in my ASP.NET application, such that where any user can call to any phone numbers like Google's voice call service. How can I achieve my goal?
Have a look at GoogleVoice.NET.
I want to implement video and chat facility in my website
can anyone tell what do I need to do
get api or service
which api/service is the best
use jabber, Google is also use that for video and audio chat.