forked from jitsi/lib-jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(RTCStats): Suppress unnecessary error message when rtcstatsEnabl…
…ed === false (jitsi#2374) * feat(RTCStats) Allow initializing without enabling * feat(RTCStats) Simpler use of config properties * feat(RTCStats) rollback property access level * feat(RTCStats)revert to private and assert type
- Loading branch information
1 parent
edde1f4
commit 5fe70f0
Showing
2 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ export interface IRTCStatsConfiguration { | |
rtcstatsStoreLogs?: boolean; | ||
rtcstatsUseLegacy?: boolean; | ||
}; | ||
} | ||
} |