We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e4951 commit 77a68b4Copy full SHA for 77a68b4
worker/src/RTC/PipeConsumer.cpp
@@ -682,7 +682,7 @@ namespace RTC
682
this->mapSsrcRtpStream[encoding.ssrc] = rtpStream;
683
this->mapRtpStreamSyncRequired[rtpStream] = false;
684
685
- // Let's chosee an initial output seq number between 1000 and 32768 to avoid
+ // Let's choose an initial output seq number between 1000 and 32768 to avoid
686
// libsrtp bug:
687
// https://github.com/versatica/mediasoup/issues/1437
688
const uint16_t initialOutputSeq =
0 commit comments