Skip to content

Commit

Permalink
[FIX] Phone Min: Chrome / FF: no audio
Browse files Browse the repository at this point in the history
  • Loading branch information
flashphoner committed Jul 25, 2016
1 parent 572afde commit d3410dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/Flashphoner.js
Original file line number Diff line number Diff line change
Expand Up @@ -1962,6 +1962,7 @@ WebRtcMediaConnection.prototype.onOnAddStreamCallback = function (event) {
this.remoteAudioVideoMediaStream = event.stream;
if (this.remoteMediaElement) {
attachMediaStream(this.remoteMediaElement, this.remoteAudioVideoMediaStream);
this.remoteMediaElement.play();
}
}
else {
Expand Down

0 comments on commit d3410dc

Please sign in to comment.