100mslive / 100ms-ios-sdk

iOS Video Conferencing SDK & Sample App
MIT License
52 stars 12 forks source link

HMSLocalAudioTrack setMute() keeps crashing on iOS 17.2 simulator #118

Open gams95 opened 7 months ago

gams95 commented 7 months ago

I was wondering, i tried to mute my local audio track by calling setMute(). However, it seems it keeps crashing and on my xcode log, it shows this

Screenshot 2024-02-07 at 9 22 40 PM

Is it because I'm running it on the simulator?

gzerad commented 7 months ago

Hi @gams95 we have confirmed there is an issue with iOS simulator which should not affect real devices. We are investigating it further. Do let us know if you see crashes on a device.

gams95 commented 7 months ago

@gzerad Thanks for the feedback. I can confirm that i don't see the crash when I'm using a physical device so far.