Skip to content

Commit

Permalink
update documentation (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Jun 2, 2023
1 parent 681a003 commit f162ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ rtmp_conns{id="[id]",state="[state]"} 1
rtmp_conns_bytes_received{id="[id]",state="[state]"} 1234
rtmp_conns_bytes_sent{id="[id]",state="[state]"} 187
# metrics of every WebRTC connection
# metrics of every WebRTC session
webrtc_sessions{id="[id]"} 1
webrtc_sessions_bytes_received{id="[id]",state="[state]"} 1234
webrtc_sessions_bytes_sent{id="[id]",state="[state]"} 187
Expand Down
2 changes: 1 addition & 1 deletion apidocs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ paths:
/v2/webrtcsessions/list:
get:
operationId: webrtcSessionsList
summary: returns all WebRTC connections.
summary: returns all WebRTC sessions.
description: ''
parameters:
- name: page
Expand Down

0 comments on commit f162ce1

Please sign in to comment.