Skip to content

Commit

Permalink
Unmute facebook player when ready
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Mar 15, 2018
1 parent 61c058e commit a672ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/players/Facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class Facebook extends Component {
this.player.subscribe('finishedPlaying', this.props.onEnded)
this.player.subscribe('startedBuffering', this.props.onBuffer)
this.player.subscribe('error', this.props.onError)
this.callPlayer('unmute')
this.props.onReady()
}
})
Expand Down

0 comments on commit a672ee1

Please sign in to comment.