blob: 07376aeb5445dc52c738acfe58a503756de65843 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_PEERCONNECTION_IDENTIFIABILITY_METRICS_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_PEERCONNECTION_IDENTIFIABILITY_METRICS_H_
namespace blink {
class RTCRtpCapabilities;
class IdentifiableTokenBuilder;
void IdentifiabilityAddRTCRtpCapabilitiesToBuilder(
IdentifiableTokenBuilder& builder,
const RTCRtpCapabilities& capabilities);
} // namespace blink
#endif // THIRD_PARTY_BLINK_RENDERER_MODULES_PEERCONNECTION_IDENTIFIABILITY_METRICS_H_