Skip to content

Instantly share code, notes, and snippets.

@YutaWatanabe
Created August 15, 2013 03:08
Show Gist options
  • Save YutaWatanabe/6237870 to your computer and use it in GitHub Desktop.
Save YutaWatanabe/6237870 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
Skype.ui({
name: "call",
element: "genSkypeCall", // ここで div タグの id を指定
participants: ["echo123"], // 通話に参加するユーザの指定
listparticipants: "true"
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment