Skip to content

Latest commit

 

History

History

API_definitions

WebRTC APIs definitions

This folder contain the OpenAPI v3 definition of the WebRTC subgroup

APIs included

Detailed descriptions, diagrams and more information could be found at API documentation section

Check APIs online

Use the previous links to check the DEV main version of the API. Copy & paste any raw file to check them:

Build HTML from sources

Build an HTML from sources using a local build OpenAPI v3 compatible like Node redocly/cli

Execute redocly for each API document, use -o to

$ npx @redocly/cli build-docs API_description_file.yaml

Or install the tool globaly and then build it

$ npm install @redocly/cli -g

$ redocly build-docs API_description_file.yaml