The function for mute does not working

  1. If the caller (The iOS app) mutes, it is not muted when received (The android app).

    The iOS app dialed on mute, but the android app won’t mute when it received.

    call.isRemoteAudioEnabled() is received as true.

    There’s the logs from android app.

    There’s the code as dial.

  2. When the callee (The iOS app) accepted and mutes, but it is not muted on the caller’s phone(The android app).

    the ios app accepted on mute, but the android app won’t mute when it connected.

    but call.isRemoteAudioEnabled() is received as false.

    There’s the log for the call.

    There’s the code for accepting.

There’re the sdk versions for android and ios

android sdk : ‘com.sendbird.sdk:sendbird-android-sdk:3.0.168’
ios sdk : SendBirdSDK (3.0.228)

please let me know, if i tested wrong.