You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ var skypeHttp = require("skype-http");
35
35
36
36
## Quick start
37
37
38
-
The code below sends `Hello, World!` to all of `bob`'s contacts.
38
+
The code below sends `Hello, World!` to all of `bob`'s contacts. If bob's skype account was an MSA account(rather than older skype login) he would login with "[email protected]".
39
39
40
40
```typescript
41
41
import { Api, connect } from"skype-http";
@@ -52,8 +52,7 @@ run();
52
52
53
53
## Running example
54
54
55
-
The demo will prompt you your username and password: you should use your Skype account (there is no support for
56
-
Microsoft accounts for now).
55
+
The demo will prompt you your username and password: you should use your Skype account or MSA.
0 commit comments