blob: 884b9c59dec80296f7c2fb3a85b60d5887e101e0 [file] [log] [blame]
// 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 "remoting/signaling/signal_strategy.h"
namespace remoting {
bool SignalStrategy::Listener::OnSignalStrategyIncomingMessage(
const ftl::Id& sender_id,
const std::string& sender_registration_id,
const ftl::ChromotingMessage& message) {
return false;
}
bool SignalStrategy::IsSignInError() const {
return false;
}
} // namespace remoting