Skip to content

Commit

Permalink
Update: SctpAssociation::DataProducerClosed (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
grootgordon authored Dec 26, 2023
1 parent afec28e commit a048556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/src/RTC/SctpAssociation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ namespace RTC
auto streamId = dataProducer->GetSctpStreamParameters().streamId;

// Send SCTP_RESET_STREAMS to the remote.
// https://tools.ietf.org/html/draft-ietf-rtcweb-data-channel-13#section-6.7
// https://tools.ietf.org/html/rfc8831#section-6.7
if (this->isDataChannel)
{
ResetSctpStream(streamId, StreamDirection::OUTGOING);
Expand Down

0 comments on commit a048556

Please sign in to comment.