Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Aug 31, 2023
1 parent a1c7145 commit 9b73291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/crypto/frame_crypto_transformer.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class DefaultKeyProviderImpl : public KeyProvider {
const std::string participant_id) const override {
webrtc::MutexLock lock(&mutex_);

if(options_.shared_key && keys_.find(participant_id) != keys_.end()) {
if(options_.shared_key && keys_.find("shared") != keys_.end()) {
return keys_.find("shared")->second;
}

Expand Down

0 comments on commit 9b73291

Please sign in to comment.