Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
subratthayal committed Dec 3, 2019
1 parent 63b4f43 commit d711189
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ meeting rooms. API Access is given to each Application through the assigned App
are to be used as Username and Password respectively to pass as HTTP Basic Authentication header to access Server API.

For this application, the following Server API calls are used:
* https://api.enablex.io/v1/rooms - To get list of Rooms
* https://api.enablex.io/v1/rooms/:roomId - To get information of the given Room
* https://api.enablex.io/v1/rooms/:roomId/tokens - To create Token for the given Room
* https://developer.enablex.io/latest/server-api/rooms-route/#get-rooms - To get list of Rooms
* https://developer.enablex.io/latest/server-api/rooms-route/#get-room-info - To get information of the given Room
* https://developer.enablex.io/latest/server-api/rooms-route/#create-token - To create Token for the given Room

To know more about Server API, go to:
https://developer.enablex.io/api/server-api/
https://developer.enablex.io/latest/server-api/



Expand All @@ -114,5 +114,5 @@ https://developer.enablex.io/api/server-api/
Client End Point Application uses Web Toolkit EnxRtc.js to communicate with EnableX Servers to initiate and manage RTC Communications.

To know more about Client API, go to:
https://developer.enablex.io/api/client-api/
https://developer.enablex.io/latest/client-api/

0 comments on commit d711189

Please sign in to comment.