mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Merge branch 'master' into release to roll forward to cl/343180341.
This commit is contained in:
@@ -77,7 +77,7 @@ ByteArray WebrtcBwuHandler::InitializeUpgradedMediumForEndpoint(
|
||||
mediums::PeerId self_id{mediums::PeerId::FromRandom()};
|
||||
if (!webrtc_.IsAcceptingConnections(service_id)) {
|
||||
if (!webrtc_.StartAcceptingConnections(
|
||||
self_id, upgrade_service_id, location_hint,
|
||||
upgrade_service_id, self_id, location_hint,
|
||||
{
|
||||
.accepted_cb = absl::bind_front(
|
||||
&WebrtcBwuHandler::OnIncomingWebrtcConnection, this, client,
|
||||
|
||||
Reference in New Issue
Block a user