You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Global-sales/vonage-server
Lei OT 9d7cd401d5 feat: vonage 语音 测试账户 2 months ago
..
README.md feat: vonage 语音 测试账户 2 months ago
gh-private.key vonage的服务端程序,独立运行 1 year ago
index.js feat: vonage 语音 测试账户 2 months ago
package.json vonage的服务端程序,独立运行 1 year ago
private20250417.key feat: vonage 语音 测试账户 2 months ago

README.md

vonage的服务端用于生成jwt和应答语音视频请求

> vonage users create --display-name Highlights
✅ Creating User

User ID: USR-a778518f-6d94-43b8-ab3c-413e6af8f10a
Name: NAM-3f97db93-da89-4937-b457-14be72b7b62b
Display Name: Highlights
Image URL: Not Set
Time to Live: Not Set

Channels:
  None Set
> vonage users list
✅ Fetching users

User ID                                   Name                                      Display Name
----------------------------------------  ----------------------------------------  ------------
USR-4476dbcc-8e2a-4048-ac8a-8ab49345167a  HighlightsTravel
USR-a778518f-6d94-43b8-ab3c-413e6af8f10a  NAM-3f97db93-da89-4937-b457-14be72b7b62b
USR-9f60dff4-78c3-40c8-9aad-f762df371728  NAM-c54db270-643a-43a6-883e-b8c28d292dbe

Done Listing users

region AP 下的用户:

"users": [
    {
        "id": "USR-2e2e267c-e718-4114-b488-bc6677541fd4",
        "name": "Highlights",
        "display_name": "Highlights",
        "_links": {
            "self": {
                "href": "https://api-ap-3.vonage.com/v1/users/USR-2e2e267c-e718-4114-b488-bc6677541fd4"
            }
        }
    }
]