Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit eca08d3

Browse files
authored
Adjusting to Spec
1 parent 6b31a33 commit eca08d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

voice/transfer-call-inline-ncco.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
private_key=os.getenv("NEXMO_PRIVATE_KEY")
1515
)
1616

17-
uuid = os.getenv('CALL_UUID')
17+
UUID = os.getenv('CALL_UUID')
1818

1919
#Update the current NCCO with a new one
2020
response = client.update_call(
21-
uuid, {
21+
UUID, {
2222
"action": "transfer",
2323
"destination": {
2424
"type": "ncco",

0 commit comments

Comments
 (0)