From 6c45efb6d81accfa6ecd33a71c88845669f54064 Mon Sep 17 00:00:00 2001 From: juancarmore Date: Wed, 26 Feb 2025 20:15:24 +0100 Subject: [PATCH] Update README.md to correct egress and ingress URL paths --- application-server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application-server/README.md b/application-server/README.md index cc121097..195aee75 100644 --- a/application-server/README.md +++ b/application-server/README.md @@ -13,8 +13,8 @@ This collection defines a set of variables that requests use in order to reduce - `BASE_URL`: The base URL of the application server. By default, it is set to `http://localhost:6080`. - `ROOM_URL`: The base URL of all room-related endpoints. By default, it is set to `{{BASE_URL}}/rooms`. -- `EGRESS_URL`: The base URL of all egress-related endpoints. By default, it is set to `{{BASE_URL}}/egress`. -- `INGRESS_URL`: The base URL of all ingress-related endpoints. By default, it is set to `{{BASE_URL}}/ingress`. +- `EGRESS_URL`: The base URL of all egress-related endpoints. By default, it is set to `{{BASE_URL}}/egresses`. +- `INGRESS_URL`: The base URL of all ingress-related endpoints. By default, it is set to `{{BASE_URL}}/ingresses`. - `ROOM_NAME`: The name of the room. By default, it is set to `Test Room`. - `PARTICIPANT_IDENTITY`: The identity of the participant. By default, it is set to `Participant1`. - `TRACK_ID`: The ID of the track.