Future<bool> isMemberInChatRoomMuteList(String roomId) async { return Client.instance.chatRoomManager.isMemberInChatRoomMuteList(roomId); }