forked from JumpingYang001/webrtc
-
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.
Change PeerConnection stats interface to be more flexible
This removes the SessionStats object and replaces it with two methods on PeerConnection: GetTransportNamesByMid and GetTransportStatsByNames for use by the stats collectors. These methods are more flexible and can cover cases where there are more than one video/audio channel. Bug: webrtc:8764 Change-Id: Id400cc548fc43675462ff6175a7fa9c9f4fd5948 Reviewed-on: https://webrtc-review.googlesource.com/47244 Commit-Queue: Steve Anton <[email protected]> Reviewed-by: Taylor Brandstetter <[email protected]> Cr-Commit-Position: refs/heads/master@{#21921}
- Loading branch information
1 parent
8234ead
commit 5dfde18
Showing
12 changed files
with
180 additions
and
210 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
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
Oops, something went wrong.