Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
su225 committed Jan 8, 2025
1 parent 1abeb0d commit 2cfce55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/client/src/Call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2138,7 +2138,11 @@ export class Call {

/**
* Retrieve call report for a participant call session (current or historical).
* If `callSessionID` is not specified, then the report for the latest call
* session ID is retrieved.
*
* If you are not re-using call ID, then most likely you don't have to worry
* about the call session ID and just call `getCallReport()`.
*
* @param callSessionID the call session ID to retrieve the report for.
* @returns The call report and stats.
Expand Down

0 comments on commit 2cfce55

Please sign in to comment.