Retrieve ICE Server Info

Get ICE (Interactive Connectivity Establishment) server configuration for WebRTC.

What It Returns

Returns STUN/TURN server credentials needed to establish peer-to-peer connections:

  • Server URLs
  • Authentication credentials (username/password)
  • Credential expiration time

When to Use

Call this endpoint before creating your WebRTC peer connection to get the ICE server configuration.

Usage Flow

  1. Create a session (Create Session endpoint)
  2. Get ICE servers (this endpoint)
  3. Create RTCPeerConnection with ICE servers
  4. Exchange SDP (Exchange Session SDP endpoint)
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Responses

400

Bad Request - Invalid input data or parameters.

401

Unauthorized - Invalid or missing authentication credentials.

403

Forbidden - You do not have permission to perform this action.

404

Not Found - The requested resource could not be found.

405

Method Not Allowed - Invalid HTTP method

406

Not Acceptable - Invalid request accept headers

500

Internal Server Error - An unexpected error occurred.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json