Skip to content

Commit 58a9a6b

Browse files
committed
Set version 1.0.4
Signed-off-by: Fabien Lavocat <4154532+FabienLavocat@users.noreply.github.com>
1 parent f24a853 commit 58a9a6b

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![npm](https://img.shields.io/npm/v/@dolbyio/webrtc-stats)](https://www.npmjs.com/package/@dolbyio/webrtc-stats)
55
[![License](https://img.shields.io/github/license/DolbyIO/web-webrtc-stats)](LICENSE)
66

7-
# Dolby.io WebRTC Statistics
7+
# Dolby OptiView WebRTC Statistics
88

99
This project is a library to use to parse WebRTC statistics.
1010

@@ -87,7 +87,7 @@ const tokenGenerator = () =>
8787
streamName: STREAM_NAME,
8888
});
8989

90-
const publisher = new Publish(STREAM_NAME, tokenGenerator);
90+
const publisher = new Publish(undefined, tokenGenerator);
9191

9292
// HERE: Publish a stream to Dolby OptiView
9393

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dolbyio/webrtc-stats",
3-
"version": "1.0.3",
4-
"description": "Dolby.io WebRTC Statistics",
3+
"version": "1.0.4",
4+
"description": "Dolby OptiView WebRTC Statistics",
55
"main": "dist/webrtc-stats.js",
66
"typings": "dist/index.d.ts",
77
"scripts": {
@@ -23,7 +23,8 @@
2323
"stats",
2424
"statistics",
2525
"dolbyio",
26-
"millicast"
26+
"millicast",
27+
"optiview"
2728
],
2829
"files": [
2930
"dist/*",

0 commit comments

Comments
 (0)