Skip to content

Commit

Permalink
docs: update v7.0.0 migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Mar 19, 2024
1 parent e12a11b commit 70ca933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION_v7.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ multi-region URLs.
var url = configuration.NexmoApiUrl;
var url = configuration.RestApiUrl;
var url = configuration.VideoApiUrl;

var url = configuration.EuropeApiUrl;

// Using v7.X.X and above
var url = configuration.VonageUrls.Nexmo;
var url = configuration.VonageUrls.Rest;
var url = configuration.VonageUrls.Video;
var url = configuration.VonageUrls.Get(VonageUrls.Region.US);
var url = configuration.VonageUrls.Get(VonageUrls.Region.EMEA);
```

#### Remove 'Input' webhook object
Expand Down

0 comments on commit 70ca933

Please sign in to comment.