Skip to content

Commit 8713888

Browse files
committed
Adding workspace for voice_api-node-outbound-v0.2.0
1 parent 8dcbbcf commit 8713888

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enabled": true,
3-
"startupfiles": ["make-call.js"]
3+
"startupfiles": ["make-call.js","enable-voice.js"]
44
}

tutorials/voice_api-node-outbound/ws/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"setup.json": true,
66
"vcr.yml": true,
77
},
8-
"vs-browser.url": "https://Vonage-Community.github.io/tutorial-interactive_tutorials/tutorials/voice_api-node-outbound/0.1.0/",
8+
"vs-browser.url": "https://Vonage-Community.github.io/tutorial-interactive_tutorials/tutorials/voice_api-node-outbound/0.2.0/",
99
"vs-browser.columnToShowIn": "Beside",
1010
"vs-browser.reload.onSave": false,
1111
"workbench.startupEditor": "none"

tutorials/voice_api-node-outbound/ws/enable-voice.js

Whitespace-only changes.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"files": [
3-
"make-call.js"
3+
"make-call.js",
4+
"enable-voice.js"
45
],
56
"panels": [
67
"terminal"
78
],
8-
"version": "0.1.0"
9+
"version": "0.2.0"
910
}

0 commit comments

Comments
 (0)