Skip to content

Commit

Permalink
getPeers -> refreshConsumers
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Feb 24, 2021
1 parent 53a0462 commit 5edbbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/naf-dialog-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ export default class DialogAdapter extends EventEmitter {
}

async createMissingConsumers() {
await this._protoo.request("getPeers");
await this._protoo.request("refreshConsumers");
}

async _joinRoom() {
Expand Down

0 comments on commit 5edbbab

Please sign in to comment.