Skip to content

Instantly share code, notes, and snippets.

@YutaWatanabe
Last active December 21, 2015 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YutaWatanabe/6238015 to your computer and use it in GitHub Desktop.
Save YutaWatanabe/6238015 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="http://cdn.dev.skype.com/uri/skype-uri.js"></script>
<div id="skypeUriParams">
<script type="text/javascript">
Skype.ui({
name: "dropdown",
element: "skypeUriParams",
participants: ["echo123"],
listparticipants: "true",
video: "true",
topic: "Test Call",
listTopic: "true",
imageSize: 32,
imageColor: "white"
});
</script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment