Skip to content

Commit

Permalink
reset has_valid_key after RatchetKey.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Aug 31, 2023
1 parent 677bec5 commit 7d92423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/crypto/frame_crypto_transformer.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class ParticipantKeyHandler {
}
SetKeyFromMaterial(new_material,
key_index != -1 ? key_index : current_key_index_);
have_valid_key = true;
return new_material;
}

Expand Down

0 comments on commit 7d92423

Please sign in to comment.