You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with toggleAudio to mute the microphone (from the react example) in iOS safari. toggleAudio() { eyeson.send({ type: 'change_stream', stream: this.state.localStream, video: this.state.video, audio: !this.state.audio, }); this.state.audio = !this.state.audio; }
It is working on desktop. toggleVideo is working like expected (also in iOS safari). Do i need to do something special to make this working in iOS?
Thanks!
Martin
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem with toggleAudio to mute the microphone (from the react example) in iOS safari.
toggleAudio() { eyeson.send({ type: 'change_stream', stream: this.state.localStream, video: this.state.video, audio: !this.state.audio, }); this.state.audio = !this.state.audio; }
It is working on desktop. toggleVideo is working like expected (also in iOS safari). Do i need to do something special to make this working in iOS?
Thanks!
Martin
The text was updated successfully, but these errors were encountered: