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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ need a Vonage account. Sign up [for free at vonage.com][signup].
18
18
-[NCCO Builder](#ncco-builder)
19
19
-[Verify V2 API](#verify-v2-api)
20
20
-[Verify V1 API](#verify-v1-api)
21
+
-[Video API](#video-api)
21
22
-[Meetings API](#meetings-api)
22
23
-[Number Insight API](#number-insight-api)
23
24
-[Proactive Connect API](#proactive-connect-api)
@@ -595,6 +596,10 @@ else:
595
596
print("Error: %s"% response["error_text"])
596
597
```
597
598
599
+
## Video API
600
+
601
+
You can make calls to the Vonage Video API from this SDK. See the [Vonage Video API documentation](https://developer.vonage.com/en/video/overview) for detailed information and instructions on how to use the Vonage Python SDK with the Vonage Video API. Have a look at the SDK's [OpenTok to Vonage migration guide](OPENTOK_TO_VONAGE_MIGRATION.md) if you've previously used OpenTok.
602
+
598
603
## Meetings API
599
604
600
605
Full docs for the [Meetings API are available here](https://developer.vonage.com/en/meetings/overview).
0 commit comments