Skip to content

Instantly share code, notes, and snippets.

@YutaWatanabe
Last active August 1, 2019 07:24
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/6237884 to your computer and use it in GitHub Desktop.
Save YutaWatanabe/6237884 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="genSkypeCall">
<script type="text/javascript">
Skype.ui({
name: "call",
element: "genSkypeCall", // ここで div タグの id を指定
participants: ["echo123"], // 通話に参加するユーザの指定
listparticipants: "true"
});
</script>
</div>
@Oneilos
Copy link

Oneilos commented Oct 19, 2015

@night-king
Copy link

Your connection is not private
Attackers might be trying to steal your information from www.skypeassets.com (for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_COMMON_NAME_INVALID
www.skypeassets.com normally uses encryption to protect your information. When Chromium tried to connect to www.skypeassets.com this time, the website sent back unusual and incorrect credentials. This may happen when an attacker is trying to pretend to be www.skypeassets.com, or a Wi-Fi sign-in screen has interrupted the connection. Your information is still secure because Chromium stopped the connection before any data was exchanged.

You cannot visit www.skypeassets.com right now because the website uses HSTS. Network errors and attacks are usually temporary, so this page will probably work later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment