Advise user to use Chrome or Firefox if no WebRTC.

nb/hide-http
Neeraj Baid 11 years ago
parent 7ccb2370fa
commit f570f7d09a

@ -13,8 +13,8 @@ export default alt.createStore(class ErrorStore {
onNoSupport() { onNoSupport() {
this.status = 400 this.status = 400
this.message = 'No WebRTC Support' this.message = 'No WebRTC Support. Please use Chrome or Firefox.'
this.stack = null this.stack = null
} }
}, 'ErrorStore') }, 'ErrorStore')
Loading…
Cancel
Save