Skip to content

Commit

Permalink
public nominated
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyoshiaki committed Aug 6, 2024
1 parent 5be5e26 commit 528966e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ice/src/ice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class Connection {

private _remoteCandidates: Candidate[] = [];
// P2P接続完了したソケット
private nominated?: CandidatePair;
nominated?: CandidatePair;
private nominating = false;
private checkListDone = false;
private checkListState = new PQueue<number>();
Expand Down

0 comments on commit 528966e

Please sign in to comment.