mediasoup-client
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -241,4 +241,4 @@ import Logger from './Logger'; | ||
{ | ||
id : this._id, | ||
appData : { interval: this._statsInterval } | ||
id : this._id, | ||
interval : this._statsInterval | ||
}; | ||
@@ -419,4 +419,4 @@ | ||
{ | ||
id : producer.id, | ||
appData : { interval } | ||
id : producer.id, | ||
interval : interval | ||
}; | ||
@@ -533,4 +533,4 @@ | ||
{ | ||
id : consumer.id, | ||
appData : { interval } | ||
id : consumer.id, | ||
interval : interval | ||
}; | ||
@@ -537,0 +537,0 @@ |
@@ -172,2 +172,3 @@ # mediasoup protocol | ||
id: 3333, | ||
interval: 1 | ||
} | ||
@@ -300,2 +301,3 @@ ``` | ||
id: 3333, | ||
interval: 1 | ||
} | ||
@@ -407,2 +409,3 @@ ``` | ||
id: 3333, | ||
interval: 1 | ||
} | ||
@@ -440,2 +443,3 @@ ``` | ||
method: 'closed', | ||
target: 'peer', | ||
notification: true, | ||
@@ -456,2 +460,3 @@ appData: Any | ||
method: 'transportClosed', | ||
target: 'peer', | ||
notification: true, | ||
@@ -473,2 +478,3 @@ id: 1111, | ||
method: 'transportStats', | ||
target: 'peer', | ||
notification: true, | ||
@@ -490,2 +496,3 @@ id: 3333, | ||
method: 'producerPaused', | ||
target: 'peer', | ||
notification: true, | ||
@@ -507,2 +514,3 @@ id: 2222, | ||
method: 'producerResumed', | ||
target: 'peer', | ||
notification: true, | ||
@@ -524,2 +532,3 @@ id: 2222, | ||
method: 'producerClosed', | ||
target: 'peer', | ||
notification: true, | ||
@@ -541,2 +550,3 @@ id: 2222, | ||
method: 'producerStats', | ||
target: 'peer', | ||
notification: true, | ||
@@ -558,2 +568,3 @@ id: 3333, | ||
method: 'newPeer', | ||
target: 'peer', | ||
notification: true, | ||
@@ -585,2 +596,3 @@ name: 'alice', | ||
method: 'peerClosed', | ||
target: 'peer', | ||
notification: true, | ||
@@ -602,2 +614,3 @@ name: 'alice', | ||
method: 'newConsumer', | ||
target: 'peer', | ||
notification: true, | ||
@@ -625,2 +638,3 @@ id: 3333, | ||
method: 'consumerPaused', | ||
target: 'peer', | ||
notification: true, | ||
@@ -643,2 +657,3 @@ id: 3333, | ||
method: 'consumerResumed', | ||
target: 'peer', | ||
notification: true, | ||
@@ -661,2 +676,3 @@ id: 3333, | ||
method: 'consumerPreferredProfileSet', | ||
target: 'peer', | ||
notification: true, | ||
@@ -679,2 +695,3 @@ id: 3333, | ||
method: 'consumerEffectiveProfileChanged', | ||
target: 'peer', | ||
notification: true, | ||
@@ -697,2 +714,3 @@ id: 3333, | ||
method: 'consumerStats', | ||
target: 'peer', | ||
notification: true, | ||
@@ -699,0 +717,0 @@ id: 3333, |
{ | ||
"name": "mediasoup-client", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "mediasoup client side JavaScript SDK", | ||
@@ -9,4 +9,8 @@ "author": "Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)", | ||
], | ||
"homepage": "https://mediasoup.org", | ||
"license": "ISC", | ||
"homepage": "https://mediasoup.org", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/versatica/mediasoup-client.git" | ||
}, | ||
"main": "lib/index.js", | ||
@@ -13,0 +17,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
402271
37
7287
3