瀏覽代碼

Updated comment

Paul-Louis Ageneau 2 年之前
父節點
當前提交
e83c161588
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/rtc/rtc.h

+ 1 - 1
include/rtc/rtc.h

@@ -327,7 +327,7 @@ RTC_C_EXPORT int rtcGetCurrentTrackTimestamp(int id, uint32_t *timestamp);
 // Set RTP timestamp for track identified by given id
 RTC_C_EXPORT int rtcSetTrackRtpTimestamp(int id, uint32_t timestamp);
 
-// Get timestamp of previous RTCP SR, result is written to timestamp
+// Get timestamp of last RTCP SR, result is written to timestamp
 RTC_C_EXPORT int rtcGetLastTrackSenderReportTimestamp(int id, uint32_t *timestamp);
 
 // Set NeedsToReport flag in RtcpSrReporter handler identified by given track id