Frage

I am trying to integrate the possibility to initiate skype calls chats from my django app all i've found on the official developer.skype is how to add the skypeBoutton that enables me to call other skype user without being able to get informations like the call duration and other functionalities.(https://developer.skype.com/skype-uris/skype-uri-tutorial-webpages#_skypeButtons) IS there any way to get these functionalities or any skype api wrapper available for django?

War es hilfreich?

Lösung

Skype buttons are plain HTML and JavaScript and can be integrated to any website. There is no need to wrap this functionality, as you can simply embed it to you Django templates.

You most likely do not want to integrate skype4py for Django application, as this library is meant for automatizing incoming Skype messages and calls when running a Skype on a headless server, not initiating calls or chats with users.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top