mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Move TachyonExpressSignallingMessenger into mediums/webrtc.
PiperOrigin-RevId: 919882997
This commit is contained in:
committed by
Copybara-Service
parent
c9c7e6ee57
commit
b536c8da3a
@@ -238,9 +238,9 @@ cc_library(
|
||||
hdrs = ["webrtc.h"],
|
||||
tags = ["windows"],
|
||||
deps = [
|
||||
"//connections/implementation/mediums/webrtc:tachyon_express_signaling_messenger",
|
||||
"//internal/platform:logging",
|
||||
"//internal/platform:tachyon_express_signaling_messenger",
|
||||
"//internal/platform/implementation:comm",
|
||||
"//internal/platform/implementation:webrtc_platform",
|
||||
"//third_party/webrtc/files/stable/webrtc/api:create_modular_peer_connection_factory",
|
||||
"//third_party/webrtc/files/stable/webrtc/api:peer_connection_interface",
|
||||
"//third_party/webrtc/files/stable/webrtc/api:rtc_error",
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
#include <utility>
|
||||
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "connections/implementation/mediums/webrtc/tachyon_express_signaling_messenger.h"
|
||||
#include "internal/platform/implementation/webrtc.h"
|
||||
#include "internal/platform/logging.h"
|
||||
#include "internal/platform/tachyon_express_signaling_messenger.h"
|
||||
#include "webrtc/api/create_modular_peer_connection_factory.h"
|
||||
#include "webrtc/api/peer_connection_interface.h"
|
||||
#include "webrtc/api/rtc_error.h"
|
||||
@@ -33,6 +33,8 @@
|
||||
|
||||
namespace nearby::windows {
|
||||
|
||||
using ::nearby::connections::mediums::TachyonExpressSignalingMessenger;
|
||||
|
||||
std::string WebRtcMedium::GetDefaultCountryCode() {
|
||||
wchar_t systemGeoName[LOCALE_NAME_MAX_LENGTH];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user