From 8cc3f0871074ca3e5426d361e5c5c38566e91d20 Mon Sep 17 00:00:00 2001 From: Mahmood Salah Ali Yousef Date: Tue, 16 Apr 2024 15:58:38 +0200 Subject: [PATCH] Fix typo in sdp-utils.h (#3303) --- src/sdp-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdp-utils.h b/src/sdp-utils.h index 78e2a3c378..075917a3cb 100644 --- a/src/sdp-utils.h +++ b/src/sdp-utils.h @@ -289,7 +289,7 @@ JANUS_SDP_OA_ACCEPT_OPUSRED, JANUS_SDP_OA_VP9_PROFILE, /*! \brief When generating an offer or answer automatically, use this profile for H.264 (depends on value that follows) */ JANUS_SDP_OA_H264_PROFILE, -/*! \brief When generating an offer or answer automatically, do or do not add the rtcpfb attributes we typically negotiate (fir, nack, pli, remb; true by defaukt) */ +/*! \brief When generating an offer or answer automatically, do or do not add the rtcpfb attributes we typically negotiate (fir, nack, pli, remb; true by default) */ JANUS_SDP_OA_VIDEO_RTCPFB_DEFAULTS, /*! \brief When generating an offer (this is ignored for answers), use the old "DTLS/SCTP" instead of the new "UDP/DTLS/SCTP (depends on what follows, false by default) */ JANUS_SDP_OA_DATA_LEGACY,