Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

VideoExpress.setProxyUrl

This method is a wrapper around the OT.setProxyUrl method.

The following code sets the URL of the IP proxy server:

VideoExpress.setProxyUrl('https://123.123.123.123:8080');

Methods

Name Description
(Promise<void>) VideoExpress.setProxyUrl ()

Sets the URL of the IP proxy server. With the IP proxy feature, the client routes all internet traffic (except for media streams) via your proxy server.

This is available as an add-on feature. For more information, see the IP proxy developer guide.

Note: You must call this method before calling any other Video Express or OpenTok.js methods. This ensures that the proxy server is used for OpenTok traffic.

This method returns a Promise that resolves when the call succeeds.