Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shellGrace committed Jun 16, 2020
1 parent f19d5ee commit 86ed45e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export default class RTCClient {
}
// Close the local stream
this.localStream.close()
this.client = null
resolve()
console.log("client leaves channel success");
}, (err) => {
Expand Down

0 comments on commit 86ed45e

Please sign in to comment.