Skip to content

Commit

Permalink
Renamed WebRtcTransport webRtcServerClosed() to `listenServerClosed…
Browse files Browse the repository at this point in the history
…()` (#1141)
  • Loading branch information
piranna committed Aug 11, 2023
1 parent a34ca02 commit 60f57d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/WebRtcTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,11 @@ export class WebRtcTransport<WebRtcTransportAppData extends AppData = AppData>
}

/**
* Called when closing the associated WebRtcServer.
* Called when closing the associated listenServer (WebRtcServer).
*
* @private
*/
webRtcServerClosed(): void
listenServerClosed(): void
{
if (this.closed)
{
Expand Down

0 comments on commit 60f57d1

Please sign in to comment.