Move platform dependent part of WebRtcMedium into WebRtcPlatform.

PiperOrigin-RevId: 919888693
This commit is contained in:
Francis Tsui
2026-05-22 15:32:44 -07:00
committed by Copybara-Service
parent b536c8da3a
commit 4e387e7ea7
18 changed files with 25 additions and 70 deletions
@@ -15,6 +15,7 @@
#include "internal/platform/implementation/webrtc_platform.h"
#include <memory>
#include <string>
#include "internal/platform/implementation/g3/webrtc.h"
#include "internal/platform/implementation/webrtc.h"
@@ -31,4 +32,8 @@ WebRtcImplementationPlatform::CreateWebRtcMedium() {
}
}
std::string WebRtcImplementationPlatform::GetDefaultCountryCode() {
return "US";
}
} // namespace nearby::api