// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "cast/streaming/impl/rtcp_session.h" #include "util/osp_logging.h" namespace openscreen::cast { RtcpSession::RtcpSession(Ssrc sender_ssrc, Ssrc receiver_ssrc, Clock::time_point start_time) : … { … } RtcpSession::~RtcpSession() = default; } // namespace openscreen::cast