Skip to content

Commit 77a68b4

Browse files
ibcjmillan
andauthored
Update worker/src/RTC/PipeConsumer.cpp
Co-authored-by: José Luis Millán <[email protected]>
1 parent d0e4951 commit 77a68b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/src/RTC/PipeConsumer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ namespace RTC
682682
this->mapSsrcRtpStream[encoding.ssrc] = rtpStream;
683683
this->mapRtpStreamSyncRequired[rtpStream] = false;
684684

685-
// Let's chosee an initial output seq number between 1000 and 32768 to avoid
685+
// Let's choose an initial output seq number between 1000 and 32768 to avoid
686686
// libsrtp bug:
687687
// https://github.com/versatica/mediasoup/issues/1437
688688
const uint16_t initialOutputSeq =

0 commit comments

Comments
 (0)