Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 9ed0acf

Browse files
authored
EDGE-1157 (#688)
* Add Code Snippets to Spec Files * Add Code Snippets to Spec Files * Add Code Snippets to Spec Files
1 parent 15aab56 commit 9ed0acf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

site/specs/webrtc.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.3
22
info:
3-
version: 1.1.0
3+
version: 2.0.0
44
title: WebRTC
55
description: |-
66
Bandwidth WebRTC API
@@ -2325,10 +2325,9 @@ components:
23252325
type: string
23262326
description: Optional field to define the device api version of this participant.
23272327
example: V3
2328-
default: V2
2328+
default: V3
23292329
enum:
23302330
- V3
2331-
- V2
23322331
session:
23332332
type: object
23342333
description: Session object.

0 commit comments

Comments
 (0)