void onUserMuteAudio(int remoteUid, bool muted) { if (_chat.model.curCall != null) { for (var value in handlers) { value.onUserMuteAudio.call(remoteUid, muted); } } }