From c5419f8783dc024d6b8ce163b9d1c95994fffe84 Mon Sep 17 00:00:00 2001 From: kirillpt Date: Wed, 25 Nov 2020 19:05:31 +0300 Subject: change \!disabled for enabled, because toggled return true if enabled --- src/WebRTCSession.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/WebRTCSession.cpp') diff --git a/src/WebRTCSession.cpp b/src/WebRTCSession.cpp index 2ab83d9a..0770a439 100644 --- a/src/WebRTCSession.cpp +++ b/src/WebRTCSession.cpp @@ -857,7 +857,8 @@ WebRTCSession::acceptOffer(const std::string &sdp) return false; } - // avoid a race that sometimes leaves the generated answer without media tracks (a=ssrc lines) + // avoid a race that sometimes leaves the generated answer without media tracks (a=ssrc + // lines) std::this_thread::sleep_for(std::chrono::milliseconds(200)); // set-remote-description first, then create-answer -- cgit 1.5.1