How do I enable "Call via device Audio" automatically

Hey @joek,

There is not a direct equivalent to connectAudioWithVoIP on iOS. However, you can set your audio type to VoIP by changing the audioType property within MobileRTCAudioStatus to MobileRTCAudioType_VoIP for the user. Then you can call connectMyAudio.

The onMeetingStateChange is available on iOS as well, however.

Thanks!
Michael