summary refs log tree commit diff
path: root/src/WebRTCSession.cpp
diff options
context:
space:
mode:
authorkirillpt <kirp@dismail.de>2020-11-25 19:05:31 +0300
committerkirillpt <kirp@dismail.de>2020-11-25 19:05:31 +0300
commitc5419f8783dc024d6b8ce163b9d1c95994fffe84 (patch)
treedb76c40ad0644ab685767813993c01ba4f223d4a /src/WebRTCSession.cpp
parentmaybe fix toggle work in code (diff)
downloadnheko-c5419f8783dc024d6b8ce163b9d1c95994fffe84.tar.xz
change \!disabled for enabled, because toggled return true if enabled
Diffstat (limited to 'src/WebRTCSession.cpp')
-rw-r--r--src/WebRTCSession.cpp3
1 files changed, 2 insertions, 1 deletions
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