Skip to content

Conversation

@naman9271
Copy link
Contributor

No description provided.

@jitsi-jenkins
Copy link

Hi, thanks for your contribution!
If you haven't already done so, could you please make sure you sign our CLA (https://jitsi.org/icla for individuals and https://jitsi.org/ccla for corporations)? We would unfortunately be unable to merge your patch unless we have that piece :(.

*/
setLoss(loss) {
this.loss = loss || {};
setLoss(loss: ILoss | undefined): void {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see undefined being passed to this function. You should be able to drop undefined here and also drop default value assignment in the next line.

*/
setResolution(resolution) {
this.resolution = resolution || {};
setResolution(resolution?: IResolution): void {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto

setEncodeStats(encodeStats) {
this.encodeStats = encodeStats || {};
setEncodeStats(encodeStats?: Map<number, IEncodeStats>): void {
this.encodeStats = encodeStats || undefined;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto, lets make the parameter mandatory.

@jallamsetty1
Copy link
Member

Jenkins test this please.

@naman9271 naman9271 marked this pull request as draft August 13, 2025 20:42
@naman9271 naman9271 marked this pull request as ready for review August 20, 2025 18:42
@naman9271 naman9271 force-pushed the RTCStatsCollector branch 2 times, most recently from d7494e1 to 314f6a3 Compare August 27, 2025 06:27
@jallamsetty1
Copy link
Member

Jenkins test this please.

@naman9271
Copy link
Contributor Author

changes dine and rebased please take a look

@jallamsetty1
Copy link
Member

Jenkins test this please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants