Skip to content

Commit

Permalink
Correct a typo in sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
chun137 committed Sep 25, 2024
1 parent e9d88a9 commit a607dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ An example code to use captureTimestamp and senderCaptureTimeOffset to calculate
receiver = peerconnection.getReceivers()[0];
csrc = receiver.getSynchronizationSources()[0];
latestCaptureTimestamp = csrc.captureTimeStamp;
latestSenderCaptureTimeOffset = csrc.SenderCaptureTimeOffset;
latestSenderCaptureTimeOffset = csrc.senderCaptureTimeOffset;
receiverTimestamp = csrc.timestamp;

// Calculates sender-receiver clock offset from stats.
Expand Down

0 comments on commit a607dcb

Please sign in to comment.