As of
in M111 both the timestamp_us() method as well as the constructors taking an integer argument are marked as deprecated.
The constructors should be only used "internally" by libWebRTC such as in the stats collector and are unlikely to require action.
If you use the
.timestamp_us()
method to get the time of the RTCStatsReport, you can replace this usage by
. timestamp().us()
I plan to remove the deprecated methods mid-february.