Skip to content

Commit

Permalink
apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagg-h committed Jun 3, 2022
1 parent eb936ac commit fe44f2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions demo/components/c-session.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ window.customElements.define(
}

setMute(mute) {
this.session.media.input.muted !== mute
? (this.session.media.input.muted = mute)
: this.session.media.input.muted;
this.session.media.input.muted = mute;
}

connectedCallback() {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webphone-lib",
"version": "0.2.19",
"version": "0.2.20",
"description": "Webphone Lib",
"author": "Open VoIP Alliance",
"license": "MIT",
Expand Down

0 comments on commit fe44f2c

Please sign in to comment.